mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +01:00
fix(intercom-service): Correct key for external secret mapping
Signed-off-by: Axel Lender <lender@b1-systems.de>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user