Skip to content

Commit

Permalink
fix(alpha): add connectors init secret to identity
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Dec 17, 2024
1 parent 0a4441e commit 245a28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
key: {{ include "camundaPlatform.licenseSecretKey" . }}
{{- if .Values.global.identity.auth.enabled }}
{{- if eq .Values.global.identity.auth.type "KEYCLOAK"}}
- name: VALUES_KEYCLOAK_INIT_CONNECTORS_CLIENT_ID
- name: VALUES_KEYCLOAK_INIT_CONNECTORS_SECRET
valueFrom:
secretKeyRef:
name: {{ include "connectors.authClientSecretName" . }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
secretKeyRef:
name: camunda-platform-test-license
key: CAMUNDA_LICENSE_KEY
- name: VALUES_KEYCLOAK_INIT_CONNECTORS_CLIENT_ID
- name: VALUES_KEYCLOAK_INIT_CONNECTORS_SECRET
valueFrom:
secretKeyRef:
name: camunda-credentials
Expand Down

0 comments on commit 245a28e

Please sign in to comment.