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.
31 lines
644 B
31 lines
644 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/ehr/ehripdischargedotnet
|
|
|
|
resources:
|
|
#- post-sync.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- hpa.yaml
|
|
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-ehr-com-ip-discharge-dotnet-sev
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-ehr-com-ip-discharge-dotnet-sev
|
|
newTag: 4.0.10.0
|
|
|
|
namespace: csi-dev
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: batch
|
|
version: v1
|
|
kind: Job
|
|
name: post
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: post-ehripdischargedotnet
|
|
namespace: moh-uat
|