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.
61 lines
1.3 KiB
61 lines
1.3 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/lab/labscheduled
|
|
- ../../../DM-Initiator/
|
|
- post-sync.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- hpa.yaml
|
|
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/lab-scheduled
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/lab-scheduled
|
|
newTag: 4.1.38.0-b1_qa
|
|
|
|
namespace: csi-uat
|
|
# patches:
|
|
# - 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-net-lab-scheduled"
|
|
|
|
# - target:
|
|
# group: batch
|
|
# version: v1
|
|
# kind: Job
|
|
# name: sync-presync
|
|
# patch: |-
|
|
# - op: replace
|
|
# path: /metadata/name
|
|
# value: before-csi-net-lab-scheduled
|
|
|
|
# - target:
|
|
# group: batch
|
|
# version: v1
|
|
# kind: Job
|
|
# name: sync-postsync
|
|
# patch: |-
|
|
# - op: replace
|
|
# path: /metadata/name
|
|
# value: after-csi-net-lab-scheduled
|
|
|
|
# - target:
|
|
# group: batch
|
|
# version: v1
|
|
# kind: Job
|
|
# name: post
|
|
# patch: |-
|
|
# - op: replace
|
|
# path: /metadata/name
|
|
# value: post-labscheduled
|
|
# namespace: moh-uat
|