parent
53bd694378
commit
9803addec1
@ -1,44 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/rms/rmsui
|
||||
- ../../../DM-Initiator
|
||||
|
||||
images:
|
||||
- name: harbor.moh.gov.sa/vidamoh/rms-ui
|
||||
newName: registry.cloudsolutions.com.sa/vida-qa/rms-ui
|
||||
newTag: 4.2501_1_D3 #4.2501_1_D2 #4.2412_1_D12 #4.2412_1_D10
|
||||
|
||||
namespace: csi-uat
|
||||
patchesJson6902:
|
||||
- target:
|
||||
group: batch
|
||||
version: v1
|
||||
kind: Job
|
||||
name: .*
|
||||
patch: |-
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/env/-
|
||||
value:
|
||||
name: CSI_PROJECT_NAME
|
||||
value: "csi-rms-ui"
|
||||
|
||||
- target:
|
||||
kind: Job
|
||||
name: sync-presync
|
||||
version: v1
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /metadata/name
|
||||
value: before-csi-rms-ui
|
||||
namespace: moh-uat
|
||||
|
||||
- target:
|
||||
kind: Job
|
||||
name: sync-postsync
|
||||
version: v1
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /metadata/name
|
||||
value: after-csi-rms-ui
|
||||
namespace: moh-uat
|
Loading…
Reference in new issue