diff --git a/helmfile/apps/nubus/values-intercom-service.yaml.gotmpl b/helmfile/apps/nubus/values-intercom-service.yaml.gotmpl index 457f2331..01381c00 100644 --- a/helmfile/apps/nubus/values-intercom-service.yaml.gotmpl +++ b/helmfile/apps/nubus/values-intercom-service.yaml.gotmpl @@ -91,7 +91,7 @@ ics: existingSecret: name: {{ .Values.externalSecrets.centralnavigation.apiKey.name | quote }} keyMapping: - password: {{ .Values.externalSecrets.centralnavigation.apiKey.key | quote }} + sharedSecret: {{ .Values.externalSecrets.centralnavigation.apiKey.key | quote }} redis: host: {{ .Values.cache.intercomService.host | quote }} port: {{ .Values.cache.intercomService.port }}