diff --git a/.freeleaps/devops/helm-pkg/templates/authentication-config.yaml b/.freeleaps/devops/helm-pkg/templates/authentication-config.yaml index 771460a..a7a14a8 100644 --- a/.freeleaps/devops/helm-pkg/templates/authentication-config.yaml +++ b/.freeleaps/devops/helm-pkg/templates/authentication-config.yaml @@ -18,6 +18,6 @@ data: MONGODB_PORT: {{ .Values.authentication.configs.mongodbPort | toString | b64enc }} METRICS_ENABLED: {{ .Values.authentication.configs.metricsEnabled | default false | toString | b64enc }} PROBES_ENABLED: {{ .Values.authentication.configs.probesEnabled | default false | toString | b64enc }} - FREELEAPS_PRODUCT_ID: { { .Values.authentication.configs.freeleapsProductId | b64enc | quote } } - ENVIRONMENT: { { .Values.authentication.configs.environment | b64enc | quote } } + FREELEAPS_PRODUCT_ID: {{ .Values.authentication.configs.freeleapsProductId | b64enc | quote }} + ENVIRONMENT: {{ .Values.authentication.configs.environment | b64enc | quote }} \ No newline at end of file