Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm changes for revised contract #2141

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ env: |
configMapKeyRef:
name: egov-service-host
key: muster-roll-service
- name: WORKS_MEASUREMENT_SERVICE_HOST
valueFrom:
configMapKeyRef:
name: egov-service-host
key: measurement-service
- name: CONTRACT_KAFKA_CREATE_TOPIC
value: "save-contract"
- name: CONTRACT_KAFKA_UPDATE_TOPIC
Expand Down Expand Up @@ -159,4 +164,12 @@ env: |
{{- if index .Values "contract-cbo-url-endpoint" }}
- name: CONTRACT_CBO_URL_ENDPOINT
value: {{ index .Values "contract-cbo-url-endpoint" | quote }}
{{- end }}
{{- if index .Values "contract-revision-measurement-validation" }}
- name: CONTRACT_REVISION_MEASUREMENT_VALIDATION
value: {{ index .Values "contract-revision-measurement-validation" | quote }}
{{- end }}
{{- if index .Values "contract-revision-max-limit" }}
- name: CONTRACT_REVISION_MAX_LIMIT
value: {{ index .Values "contract-revision-max-limit" | quote }}
{{- end }}
2 changes: 2 additions & 0 deletions deploy-as-code/helm/environments/unified-works-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ contract-service:
works-contract-service-code: "WORKS-CONTRACT"
contract-workflow-business-service: "CONTRACT"
contract-workflow-revision-business-service: "CONTRACT-REVISION"
contract-revision-measurement-validation: true
contract-revision-max-limit: 2
contracts-revision-topic: "contracts-revision"
contract-workflow-module-name: "contract-service"
contract-cbo-url-host : "https://unified-dev.digit.org"
Expand Down