Add image name and pullPolicy patch to dev
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
b11b725713
commit
779f061554
@ -9,3 +9,6 @@ patches:
|
||||
- path: patches/ingress-host.yaml
|
||||
target:
|
||||
kind: Ingress
|
||||
- path: patches/deployment.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
|
||||
6
kubernetes/development/patches/deployment.yaml
Normal file
6
kubernetes/development/patches/deployment.yaml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user