Skip to content

Commit

Permalink
Merge pull request #153 from bcgov/bug/helm-secrets
Browse files Browse the repository at this point in the history
Remove bad label in helm secrets
  • Loading branch information
kyle1morel authored Sep 9, 2024
2 parents de3896f + a29d275 commit 30851ec
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 30851ec

Please sign in to comment.