diff options
Diffstat (limited to 'templates/gremlin-deployment.yaml')
-rw-r--r-- | templates/gremlin-deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gremlin-deployment.yaml b/templates/gremlin-deployment.yaml index ee98795..d28b286 100644 --- a/templates/gremlin-deployment.yaml +++ b/templates/gremlin-deployment.yaml @@ -33,8 +33,8 @@ spec: } } ], - "image": "oomk8s/readiness-check:1.0.0", - "imagePullPolicy": "Always", + "image": "{{ .Values.image.readiness }}", + "imagePullPolicy": "{{ .Values.pullPolicy }}", "name": "gremlin-readiness" } ]' |