|
|
|
@ -10,33 +10,27 @@ replicas:
|
|
|
|
|
|
|
|
|
|
images:
|
|
|
|
|
- name: harbor.moh.gov.sa/vidamoh/bm-invoice-ui
|
|
|
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/bm-invoice-ui
|
|
|
|
|
newTag: 4.2504.1_D2_dev
|
|
|
|
|
newName: registry.cloudsolutions.com.sa/vida-uat/bm-invoice-ui
|
|
|
|
|
newTag: V4.0.2507_W1-1492_hf
|
|
|
|
|
|
|
|
|
|
namespace: csi-uat
|
|
|
|
|
|
|
|
|
|
patchesJson6902:
|
|
|
|
|
- target:
|
|
|
|
|
group: batch
|
|
|
|
|
version: v1
|
|
|
|
|
kind: Job
|
|
|
|
|
name: .*
|
|
|
|
|
name: sync-presync
|
|
|
|
|
patch: |-
|
|
|
|
|
- op: replace
|
|
|
|
|
path: /metadata/name
|
|
|
|
|
value: before-csi-bm-invoice-ui
|
|
|
|
|
- op: add
|
|
|
|
|
path: /spec/template/spec/containers/0/env/-
|
|
|
|
|
value:
|
|
|
|
|
name: CSI_PROJECT_NAME
|
|
|
|
|
value: "csi-bm-invoice-ui"
|
|
|
|
|
|
|
|
|
|
- target:
|
|
|
|
|
group: batch
|
|
|
|
|
version: v1
|
|
|
|
|
kind: Job
|
|
|
|
|
name: sync-presync
|
|
|
|
|
patch: |-
|
|
|
|
|
- op: replace
|
|
|
|
|
path: /metadata/name
|
|
|
|
|
value: before-csi-bm-invoice-ui
|
|
|
|
|
|
|
|
|
|
- target:
|
|
|
|
|
group: batch
|
|
|
|
|
version: v1
|
|
|
|
@ -46,3 +40,8 @@ patchesJson6902:
|
|
|
|
|
- op: replace
|
|
|
|
|
path: /metadata/name
|
|
|
|
|
value: after-csi-bm-invoice-ui
|
|
|
|
|
- op: add
|
|
|
|
|
path: /spec/template/spec/containers/0/env/-
|
|
|
|
|
value:
|
|
|
|
|
name: CSI_PROJECT_NAME
|
|
|
|
|
value: "csi-bm-invoice-ui"
|
|
|
|
|