diff --git a/UAT/pharmacy/pharmacy-ui/kustomization.yaml b/UAT/pharmacy/pharmacy-ui/kustomization.yaml index 7813f59..2620dc3 100644 --- a/UAT/pharmacy/pharmacy-ui/kustomization.yaml +++ b/UAT/pharmacy/pharmacy-ui/kustomization.yaml @@ -26,7 +26,7 @@ patchesJson6902: path: /spec/template/spec/containers/0/env/- value: name: CSI_PROJECT_NAME - value: "phr-pharmacygui" + value: "pharmacy-ui" - target: group: batch @@ -36,7 +36,7 @@ patchesJson6902: patch: |- - op: replace path: /metadata/name - value: before-csi-pharmacygui + value: before-pharmacy-ui - target: group: batch @@ -46,4 +46,4 @@ patchesJson6902: patch: |- - op: replace path: /metadata/name - value: after-csi-pharmacygui + value: after-pharmacy-ui