diff --git a/charts/pcns/templates/secret.yaml b/charts/pcns/templates/secret.yaml index 186a82ed..c35301ed 100644 --- a/charts/pcns/templates/secret.yaml +++ b/charts/pcns/templates/secret.yaml @@ -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 }}