From ce9bad191f5b8308a3dab341cdc1d8748d93c288 Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Thu, 15 May 2025 17:16:04 +0530 Subject: [PATCH] Update metadata names in kustomization.yaml for csi-ehr-ic-dashboard --- UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml b/UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml index 45adc46..53ea911 100644 --- a/UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml +++ b/UAT/ehr/csi-ehr-ic-dashboard/kustomization.yaml @@ -35,7 +35,7 @@ patchesJson6902: patch: |- - op: replace path: /metadata/name - value: before-csi-ehr-ic-ui + value: before-csi-ehr-ic-dashboard - target: group: batch @@ -45,4 +45,4 @@ patchesJson6902: patch: |- - op: replace path: /metadata/name - value: after-csi-ehr-ic-ui + value: after-csi-ehr-ic-dashboard