Skip to content

Commit

Permalink
Document service url to BPM
Browse files Browse the repository at this point in the history
  • Loading branch information
sumesh-aot committed Nov 5, 2024
1 parent f76380a commit c24d118
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/forms-flow-bpm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,11 @@ spec:
configMapKeyRef:
key: KEYCLOAK_URL_HTTP_RELATIVE_PATH
name: "{{ .Values.formsflow.configmap }}"
- name: FORMSFLOW_DOC_API_URL
valueFrom:
configMapKeyRef:
key: FORMSFLOW_DOC_API_URL
name: "{{ .Values.formsflow.configmap }}"
{{- if .Values.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit c24d118

Please sign in to comment.