Skip to content

Commit a3e6d96

Browse files
committedJan 26, 2025··
fix annotations for BW daemonset
1 parent 8958c4b commit a3e6d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎charts/bunkerweb/templates/bunkerweb-daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ spec:
1111
{{- include "bunkerweb.selectorLabels" . | nindent 6 }}
1212
template:
1313
metadata:
14-
{{- with .Values.bunkerweb.podAnnotations }}
1514
annotations:
1615
# mandatory annotation
1716
bunkerweb.io/INSTANCE: "yes"
17+
{{- with .Values.bunkerweb.podAnnotations }}
1818
{{- toYaml . | nindent 8 }}
1919
{{- end }}
2020
labels:

0 commit comments

Comments
 (0)
Please sign in to comment.