summaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/components/oof-has/templates/job-healthcheck.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-24 16:44:20 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-24 16:44:20 +0000
commit658f67b9eeb1a44b51fd3be5cacf0591b69b6370 (patch)
tree353c91a21e71dfb733924dd1ec45f63945ca1be5 /kubernetes/oof/components/oof-has/templates/job-healthcheck.yaml
parent427f6a2fa20d37f3c6ccfab392f94effce181b69 (diff)
parent01c711e09de8b9cef5617b1e8c5421d14e96c369 (diff)
Merge "[OOF] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/oof/components/oof-has/templates/job-healthcheck.yaml')
-rwxr-xr-xkubernetes/oof/components/oof-has/templates/job-healthcheck.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/oof/components/oof-has/templates/job-healthcheck.yaml b/kubernetes/oof/components/oof-has/templates/job-healthcheck.yaml
index 393a6bbf2e..49406ba423 100755
--- a/kubernetes/oof/components/oof-has/templates/job-healthcheck.yaml
+++ b/kubernetes/oof/components/oof-has/templates/job-healthcheck.yaml
@@ -33,7 +33,7 @@ spec:
release: {{ include "common.release" . }}
spec:
initContainers:
- - image: "{{ include "common.repository" . }}/{{ .Values.global.readinessImage }}"
+ - image: {{ include "repositoryGenerator.image.readiness" . }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
name: {{ include "common.name" . }}-readiness
command:
@@ -48,7 +48,7 @@ spec:
apiVersion: v1
fieldPath: metadata.namespace
containers:
- - image: "{{ include "common.repository" . }}/{{ .Values.global.image.optf_has }}"
+ - image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.global.image.optf_has }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
name: {{ include "common.name" . }}-healthcheck
command: