You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.3 KiB
51 lines
1.3 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/rms/adtui
|
|
- ../../../DM-Initiator/
|
|
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/adt-ui
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-pms-adt-ui #172.15.100.214:5000/csi-pms-adt-ui #registry.cloudsolutions.com.sa/vida-qa/csi-pms-adt-ui
|
|
newTag: 4.3.239.0_qa #4.2411_1_D2_dev
|
|
|
|
namespace: csi-uat
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: .*
|
|
patch: |
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: before-csi-adt-ui
|
|
namespace: moh-uat
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_MODULENAME
|
|
value: "csi-adt-ui"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_DATA_VERSION
|
|
value: "4.1.28.20"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_PROJECT_NAME
|
|
value: "csi-pms-adt-ui"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_MODULE_NAME
|
|
value: "csi-pms-adt-ui"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: CSI_PARENT_MODULE_NAME
|
|
value: "rms"
|