diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index f8b96511..d21c4943 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -13,7 +13,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-c93ce6b + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -82,34 +82,34 @@ notification: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-notification-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-notification-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: rabbitmqPassword - remoteRef: - key: "freeleaps-prod-rabbitmq-password" - type: Secret - - key: secretKey - remoteRef: - key: "freeleaps-prod-secret-key" - type: Secret - - key: sendgridApiKey - remoteRef: - key: "freeleaps-prod-sendgrid-api-key" - type: Secret - - key: twilioAccountSid - remoteRef: - key: "freeleaps-prod-twilio-account-sid" - type: Secret - - key: twilioAuthToken - remoteRef: - key: "freeleaps-prod-twilio-auth-token" - type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: rabbitmqPassword + remoteRef: + key: freeleaps-prod-rabbitmq-password + type: Secret + - key: secretKey + remoteRef: + key: freeleaps-prod-secret-key + type: Secret + - key: sendgridApiKey + remoteRef: + key: freeleaps-prod-sendgrid-api-key + type: Secret + - key: twilioAccountSid + remoteRef: + key: freeleaps-prod-twilio-account-sid + type: Secret + - key: twilioAuthToken + remoteRef: + key: freeleaps-prod-twilio-auth-token + type: Secret vpa: minAllowed: enabled: true