diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/freeleapssecret.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/freeleapssecret.yaml index 0b6aacc0..e986020a 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/freeleapssecret.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/freeleapssecret.yaml @@ -13,7 +13,7 @@ spec: refreshInterval: {{ .Values.authentication.secrets.refreshInterval }} data: {{- range .Values.authentication.secrets.data }} - - key: {{ .key }} + - secretKey: {{ .key }} remoteRef: key: {{ .remoteRef.key }} type: {{ .remoteRef.type }}