Skip to content

Commit 26a13e0

Browse files
fix: readonly add zeebe cache path (#960)
for operate and tasklist
1 parent 0be4005 commit 26a13e0

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

charts/camunda-platform/charts/operate/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ spec:
106106
- name: CAMUNDA_OPERATE_MULTITENANCY_ENABLED
107107
value: "true"
108108
{{- end }}
109+
- name: ZEEBE_CLIENT_CONFIG_PATH
110+
value: /tmp/zeebe_auth_cache
109111
{{- with .Values.env }}
110112
{{- tpl (toYaml .) $ | nindent 10 }}
111113
{{- end }}

charts/camunda-platform/charts/tasklist/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ spec:
108108
value: {{ default "include" .Values.graphqlPlaygroundRequestCredentials | quote }}
109109
- name: HOME
110110
value: /parent
111+
- name: ZEEBE_CLIENT_CONFIG_PATH
112+
value: /tmp/zeebe_auth_cache
111113
{{- with .Values.env }}
112114
{{- tpl (toYaml .) $ | nindent 10 }}
113115
{{- end }}

charts/camunda-platform/test/unit/operate/golden/deployment.golden.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ spec:
8383
value: "http://camunda-platform-test-keycloak:80/auth/realms/camunda-platform/protocol/openid-connect/token"
8484
- name: ZEEBE_TOKEN_AUDIENCE
8585
value: zeebe-api
86+
- name: ZEEBE_CLIENT_CONFIG_PATH
87+
value: /tmp/zeebe_auth_cache
8688
resources:
8789
limits:
8890
cpu: 2000m

charts/camunda-platform/test/unit/tasklist/golden/deployment.golden.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ spec:
8989
value: "include"
9090
- name: HOME
9191
value: /parent
92+
- name: ZEEBE_CLIENT_CONFIG_PATH
93+
value: /tmp/zeebe_auth_cache
9294
resources:
9395
limits:
9496
cpu: 1000m

0 commit comments

Comments
 (0)