Skip to content

Commit

Permalink
fix: merge duplicate metadata.annotation keys in psp template
Browse files Browse the repository at this point in the history
  • Loading branch information
jdftapi committed Dec 28, 2021
1 parent c3adec0 commit b994539
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ metadata:
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- end }}
annotations:
seccomp.security.alpha.kubernetes.io/allowedProfileNames: '*'
{{- if .Values.commonAnnotations }}
{{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
annotations:
seccomp.security.alpha.kubernetes.io/allowedProfileNames: '*'
spec:
privileged: false
fsGroup:
Expand Down

0 comments on commit b994539

Please sign in to comment.