summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates/gremlin-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/aai/templates/gremlin-deployment.yaml')
-rw-r--r--kubernetes/aai/templates/gremlin-deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/aai/templates/gremlin-deployment.yaml b/kubernetes/aai/templates/gremlin-deployment.yaml
index ee98795235..d28b286b68 100644
--- a/kubernetes/aai/templates/gremlin-deployment.yaml
+++ b/kubernetes/aai/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"
}
]'