Refactor kustomization.yaml files to correct 'patchesJSON6902' to 'patchesJson6902' and clean up commented sections

main
Ishrath Ahamed 2 months ago
parent 996eb62821
commit 14e8bd62c7

@ -12,7 +12,7 @@ images:
namespace: csi-uat
patchesJSON6902:
patchesJson6902:
- target:
group: batch
version: v1

@ -15,12 +15,12 @@ images:
namespace: csi-uat
patchesJSON6902:
patchesJson6902:
- target:
group: batch
version: v1
kind: Job
name: before
name: .*
patch: |
- op: add
path: /spec/template/spec/containers/0/env/-

@ -14,7 +14,7 @@ images:
namespace: csi-uat
patchesJSON6902:
patchesJson6902:
- target:
group: apps
version: v1

@ -14,7 +14,7 @@ images:
namespace: csi-uat
patchesJSON6902:
patchesJson6902:
- target:
group: batch
version: v1

@ -15,7 +15,7 @@ images:
namespace: csi-uat
patchesJSON6902:
patchesJson6902:
- target:
group: batch
version: v1

@ -14,7 +14,7 @@ images:
namespace: csi-uat
patchesJSON6902:
patchesJson6902:
- target:
group: apps
version: v1

@ -3,9 +3,6 @@ kind: Kustomization
resources:
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/pharmacy/csi-phr-cron
# resources:
# - post-sync.yaml
replicas:
- name: csi-phr-cron
count: 1
@ -13,17 +10,6 @@ replicas:
images:
- name: harbor.moh.gov.sa/vidamoh/csi-phr-cron
newName: registry.cloudsolutions.com.sa/vida-uat/csi-phr-cron
newTag: 4.0.8.22_prod #4.0.8.22-b2 #4.0.8.11_qa #4.0.7.0 #4.0.6.3 #4.0.5.0 #4.0.3.0 #4.0.2.0 #4.0.1.0
newTag: 4.0.8.22_prod
namespace: csi-uat
#patchesJSON6902:
# - target:
# group: batch
# version: v1
# kind: Job
# name: post
# patch: |-
# - op: replace
# path: /metadata/name
# value: post-csi-phr-cron
# namespace: moh-uat

Loading…
Cancel
Save