diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index fa964ce6..e63682bf 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -15,7 +15,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: snapshot-6e43296 + tag: snapshot-c406f6d imagePullPolicy: IfNotPresent ports: - name: http @@ -88,22 +88,22 @@ authentication: metricsEnabled: 'false' probesEnabled: 'true' secrets: - secretStoreRef: - kind: FreeleapsSecretStore - name: freeleaps-main-secret-store - target: - name: "freeleaps-authentication-secrets" - creationPolicy: "Owner" - refreshInterval: 30s - data: - - key: jwtSecretKey - remoteRef: - key: "freeleaps-alpha-jwt-secret-key" - type: Secret - - key: mongodbUri - remoteRef: - key: "freeleaps-alpha-mongodb-uri" - type: Secret + secretStoreRef: + kind: FreeleapsSecretStore + name: freeleaps-main-secret-store + target: + name: freeleaps-authentication-secrets + creationPolicy: Owner + refreshInterval: 30s + data: + - key: jwtSecretKey + remoteRef: + key: freeleaps-alpha-jwt-secret-key + type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-alpha-mongodb-uri + type: Secret vpa: minAllowed: enabled: false