diff --git a/UAT/pharmacy/csi-java-ehr-ip-doctor-prescription/kustomization.yaml b/UAT/pharmacy/csi-java-ehr-ip-doctor-prescription/kustomization.yaml index e0c4767..d9ef49c 100644 --- a/UAT/pharmacy/csi-java-ehr-ip-doctor-prescription/kustomization.yaml +++ b/UAT/pharmacy/csi-java-ehr-ip-doctor-prescription/kustomization.yaml @@ -20,24 +20,17 @@ patchesJson6902: group: batch version: v1 kind: Job - name: .* + name: sync-presync patch: |- + - op: replace + path: /metadata/name + value: before-csi-java-ehr-ip-doctor-prescription - op: add path: /spec/template/spec/containers/0/env/- value: name: CSI_PROJECT_NAME value: "csi-java-ehr-ip-doctor-prescription" -- target: - group: batch - version: v1 - kind: Job - name: sync-presync - patch: |- - - op: replace - path: /metadata/name - value: before-csi-java-ehr-ip-doctor-prescription - - target: group: batch version: v1 @@ -46,4 +39,9 @@ patchesJson6902: patch: |- - op: replace path: /metadata/name - value: after-csi-java-ehr-ip-doctor-prescription + value: after-csi-java-ehr-ip-doctor-prescription + - op: add + path: /spec/template/spec/containers/0/env/- + value: + name: CSI_PROJECT_NAME + value: "csi-java-ehr-ip-doctor-prescription"