Skip to content

Commit

Permalink
added helm chart values in revision estimate (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansh-egov authored Dec 14, 2023
1 parent 1f6cb08 commit 5ab8d85
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,18 @@ env: |
- name: ESTIMATE_WORKFLOW_MODULE_NAME
value: {{ index .Values "estimate-workflow-module-name" | quote }}
{{- end }}
{{- if index .Values "estimate-revision-workflow-business-service" }}
- name: ESTIMATE_REVISION_WORKFLOW_BUSINESS_SERVICE
value: {{ index .Values "estimate-revision-workflow-business-service" | quote }}
{{- end }}
{{- if index .Values "estimate-revision-measurement-validation" }}
- name: ESTIMATE_REVISION_MEASUREMENT_VALIDATION
value: {{ index .Values "estimate-revision-measurement-validation" | quote }}
{{- end }}
{{- if index .Values "estimate-revision-max-limit" }}
- name: ESTIMATE_REVISION_MAX_LIMIT
value: {{ index .Values "estimate-revision-max-limit" | quote }}
{{- end }}
- name: WORKS_PROJECT_SERVICE_HOST
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 5ab8d85

Please sign in to comment.