diff --git a/charts/vector/templates/daemonset.yaml b/charts/vector/templates/daemonset.yaml index 7c6bbf6..599bd60 100644 --- a/charts/vector/templates/daemonset.yaml +++ b/charts/vector/templates/daemonset.yaml @@ -5,8 +5,10 @@ metadata: name: {{ include "vector.fullname" . }} labels: {{- include "vector.labels" . | nindent 4 }} + {{- with .Values.workloadResourceAnnotations }} annotations: - {{- toYaml .Values.workloadResourceAnnotations | nindent 4 }} + {{- toYaml . | nindent 4 }} + {{- end }} spec: selector: matchLabels: