Skip to content

Commit

Permalink
fix: put annotations in right position of daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
laphets committed Nov 7, 2022
1 parent b3fef62 commit cdf0b77
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,12 +18,12 @@ spec:
{{ toYaml .Values.linux.updateStrategy | indent 4 }}
template:
metadata:
annotations:
labels:
{{ include "sscd.labels" . | indent 8 }}
{{- if .Values.linux.podLabels }}
{{- toYaml .Values.linux.podLabels | nindent 8 }}
{{- end }}
annotations:
kubectl.kubernetes.io/default-container: secrets-store
{{- if .Values.linux.podAnnotations }}
{{ toYaml .Values.linux.podAnnotations | indent 8 }}
Expand Down

0 comments on commit cdf0b77

Please sign in to comment.