Skip to content

Commit

Permalink
fix annotations for BW daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Jan 26, 2025
1 parent 8958c4b commit a3e6d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bunkerweb/templates/bunkerweb-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ spec:
{{- include "bunkerweb.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.bunkerweb.podAnnotations }}
annotations:
# mandatory annotation
bunkerweb.io/INSTANCE: "yes"
{{- with .Values.bunkerweb.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
Expand Down

0 comments on commit a3e6d96

Please sign in to comment.