diff --git a/freeleaps/helm-pkg/notification/templates/notification/notification-config.yaml b/freeleaps/helm-pkg/notification/templates/notification/notification-config.yaml index cae1887d..07ac9948 100644 --- a/freeleaps/helm-pkg/notification/templates/notification/notification-config.yaml +++ b/freeleaps/helm-pkg/notification/templates/notification/notification-config.yaml @@ -17,7 +17,7 @@ data: SYSTEM_USER_ID: {{ .Values.notification.configs.systemUserId | b64enc | quote }} SMS_FROM: {{ .Values.notification.configs.smsFrom | b64enc | quote }} EMAIL_FROM: {{ .Values.notification.configs.emailFrom | b64enc | quote }} - JWT_SECRET_KEY: {{ .Values.notification.configs.jwtsecretKey | b64enc | quote }} + JWT_SECRET_KEY: {{ .Values.notification.configs.jwtSecretKey | b64enc | quote }} JWT_ALGORITHM: {{ .Values.notification.configs.jwtAlgorithm | b64enc | quote }} SENDGRID_API_KEY: {{ .Values.notification.configs.sendgridApiKey | b64enc | quote }} TWILIO_ACCOUNT_SID: {{ .Values.notification.configs.twilioAccountSid | b64enc | quote }} diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 3eb9d19a..ea6a9900 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -78,7 +78,7 @@ notification: configs: tz: UTC appName: notification - jwtsecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b + jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b jwtAlgorithm: HS256 serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8003 diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index 677eb864..b1bd7a82 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -77,7 +77,7 @@ notification: systemUserId: 117f191e810c19729de860aa smsFrom: '+16898887156' emailFrom: freeleaps@freeleaps.com - jwtsecretKey: ea84edf152976b2fcec12b78aa8e45bc26a5cf0ef61bf16f5c317ae33b3fd8b0 + jwtSecretKey: ea84edf152976b2fcec12b78aa8e45bc26a5cf0ef61bf16f5c317ae33b3fd8b0 jwtAlgorithm: HS256 sendgridApiKey: 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 twilioAccountSid: ACf8c9283a6acda060258eadb29be58bc8 diff --git a/freeleaps/helm-pkg/notification/values.yaml b/freeleaps/helm-pkg/notification/values.yaml index e25e0c80..e5864e6e 100644 --- a/freeleaps/helm-pkg/notification/values.yaml +++ b/freeleaps/helm-pkg/notification/values.yaml @@ -56,7 +56,7 @@ notification: # SERVICE_API_ACCESS_PORT serviceApiAccessPort: "8003" # JWT_SECRET_KEY - jwtsecretKey: "" + jwtSecretKey: "" # JWT_ALGORITHM jwtAlgorithm: "HS256" # MONGODB_NAME