From c98aa3a0cdb206881bce3af5c6e59ec4b2c3a2e3 Mon Sep 17 00:00:00 2001 From: Axel Lender Date: Mon, 6 Oct 2025 13:37:14 +0200 Subject: [PATCH] fix(intercom-service): Correct key for external secret mapping Signed-off-by: Axel Lender --- helmfile/apps/nubus/values-intercom-service.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}