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

Update values.yaml - order changed #2979

Open
wants to merge 1 commit into
base: unified-env
Choose a base branch
from
Open
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 @@ -104,15 +104,7 @@ env: |
- name: CONTEXT_PATH
value: "/project-factory"
- name: FILE_STORE_SERVICE_END_POINT
value: filestore/v1/files
- name: ENABLE_DYNAMIC_TEMPLATE_FOR
value: {{ .Values.enableDynamicTemplate | default "" }}
- name: IS_CALL_GENERATE_WHEN_DELIVERY_CONDITIONS_DIFFER
value: {{ .Values.CallGenerateWhenDeliveryConditionsDiffer | default "false" }}
- name: EXCLUDE_HIERARCHY_TYPE_FROM_BOUNDARY_CODES
value: {{ .Values.ExcludeHierarchyTypeFromBoundaryCodes | default "false" }}
- name: EXCLUDE_BOUNDARY_NAME_AT_LAST_FROM_BOUNDARY_CODES
value: {{ .Values.ExcludeBoundaryTypeFromLastBoundaryCodes | default "false" }}
value: filestore/v1/files
- name: EGOV_MDMS_V2_SEARCH_ENDPOINT
value: {{ .Values.mdmsV2SearchEndpoint | default "mdms-v2/v2/_search" }}
- name: EGOV_MDMS_V1_SEARCH_ENDPOINT
Expand Down Expand Up @@ -152,6 +144,14 @@ env: |
- name: CMP_IDGEN_IDNAME
value: campaign.number
- name: EGOV_HOST
- name: ENABLE_DYNAMIC_TEMPLATE_FOR
value: {{ .Values.enableDynamicTemplate | default "" }}
- name: IS_CALL_GENERATE_WHEN_DELIVERY_CONDITIONS_DIFFER
value: {{ .Values.CallGenerateWhenDeliveryConditionsDiffer | default "false" }}
- name: EXCLUDE_HIERARCHY_TYPE_FROM_BOUNDARY_CODES
value: {{ .Values.ExcludeHierarchyTypeFromBoundaryCodes | default "false" }}
- name: EXCLUDE_BOUNDARY_NAME_AT_LAST_FROM_BOUNDARY_CODES
value: {{ .Values.ExcludeBoundaryTypeFromLastBoundaryCodes | default "false" }}
valueFrom:
configMapKeyRef:
name: egov-config
Expand Down