Skip to content

Commit

Permalink
remove duplicate metadata.annotation key from psp template in helm ch…
Browse files Browse the repository at this point in the history
…art (#6678)

* chore: version bump 5.0.6

* fix: merge duplicate metadata.annotation keys in psp template
  • Loading branch information
jdftapi committed Dec 29, 2021
1 parent a46796a commit 6c249bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aio/deploy/helm-chart/kubernetes-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

apiVersion: v2
name: kubernetes-dashboard
version: 5.0.5
version: 5.0.6
appVersion: 2.4.0
description: General-purpose web UI for Kubernetes clusters
keywords:
Expand Down
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 6c249bb

Please sign in to comment.