We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42004d commit c8d0f51Copy full SHA for c8d0f51
chart/templates/backend-deployment.yaml
@@ -316,6 +316,8 @@ spec:
316
value: {{ .Values.general.mq.port | quote }}
317
- name: TRACKING_MIXPANEL_QUEUE_NAME
318
value: {{ include "lightrun-mq.getQueueNameByPrefix" (dict "prefix" "mixpanel-events" "Values" .Values) | quote }}
319
+ - name: KEYCLOAK_QUEUE_NAME
320
+ value: {{ include "lightrun-mq.getQueueNameByPrefix" (dict "prefix" "keycloak-events" "Values" .Values) | quote }}
321
{{- end }}
322
{{- if .Values.deployments.backend.extraEnvs }}
323
{{- toYaml .Values.deployments.backend.extraEnvs | nindent 12 }}
0 commit comments