Skip to content

Commit

Permalink
Remove bad label in helm secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle1morel committed Sep 9, 2024
1 parent de3896f commit a29d275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pcns/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ metadata:
"helm.sh/resource-policy": keep
{{- end }}
name: {{ $osSecretName }}
labels: {{ include "coms.labels" . | nindent 4 }}
labels: {{ include "pcns.labels" . | nindent 4 }}
type: kubernetes.io/basic-auth
data:
password: {{ .Values.objectStorageSecretOverride.password | b64enc | quote }}
Expand Down

0 comments on commit a29d275

Please sign in to comment.