Add image name and pullPolicy patch to dev

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-04-06 10:34:34 +03:00
parent b11b725713
commit 779f061554
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28
2 changed files with 9 additions and 0 deletions

View File

@ -9,3 +9,6 @@ patches:
- path: patches/ingress-host.yaml
target:
kind: Ingress
- path: patches/deployment.yaml
target:
kind: Deployment

View File

@ -0,0 +1,6 @@
- op: replace
path: /spec/template/spec/containers/0/image
value: reg.dev.krd/dit-docs/dsm-client:dev
- op: add
path: /spec/template/spec/containers/0/imagePullPolicy
value: Always