From b8199815f347205634f42bdb75ea08c263d646e5 Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Mon, 23 Jun 2025 10:55:15 +0530 Subject: [PATCH] Update CSI_PROJECT_NAME and metadata values in kustomization.yaml for csi-ehr-ic-ui --- UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml | 6 +++--- UAT/ehr/csi-ehr-ic-ui/kustomization.yaml | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml b/UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml index 53ea911..1c7e2b0 100644 --- a/UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml +++ b/UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml @@ -25,7 +25,7 @@ patchesJson6902: path: /spec/template/spec/containers/0/env/- value: name: CSI_PROJECT_NAME - value: "csi-ehr-ic-dashboard" + value: "csi-ehr-ic-ui" - target: group: batch @@ -35,7 +35,7 @@ patchesJson6902: patch: |- - op: replace path: /metadata/name - value: before-csi-ehr-ic-dashboard + value: before-csi-ehr-ic-ui - target: group: batch @@ -45,4 +45,4 @@ patchesJson6902: patch: |- - op: replace path: /metadata/name - value: after-csi-ehr-ic-dashboard + value: after-csi-ehr-ic-ui diff --git a/UAT/ehr/csi-ehr-ic-ui/kustomization.yaml b/UAT/ehr/csi-ehr-ic-ui/kustomization.yaml index 3829d98..c7f4569 100644 --- a/UAT/ehr/csi-ehr-ic-ui/kustomization.yaml +++ b/UAT/ehr/csi-ehr-ic-ui/kustomization.yaml @@ -4,8 +4,6 @@ resources: - https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/ehr/ehricui - ../../../DM-Initiator/ -#patches: -#- patch-pod.yaml replicas: - name: csi-ehr-ic-ui @@ -28,7 +26,7 @@ patchesJson6902: path: /spec/template/spec/containers/0/env/- value: name: CSI_PROJECT_NAME - value: "csi-ehr-ic-dashboard" + value: "csi-csi-ehr-ic-ui" - target: group: batch