aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/templates
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-01-31 14:55:55 +0000
committerGerrit Code Review <gerrit@onap.org>2023-01-31 14:55:55 +0000
commite75a83ca1a7786c1501f4d7242fad5f690eae2ee (patch)
treeb25d42247b96c4fed371f60219525277130d3d09 /kubernetes/policy/templates
parentf41e68866ff8bb86b04d765661bdcdd3a18ce2ce (diff)
parenta4275991aff6b4dafb19e57325c04ac0fb811a66 (diff)
Merge "[POLICY] Use variable MariaDB image for DB jobs"
Diffstat (limited to 'kubernetes/policy/templates')
-rwxr-xr-xkubernetes/policy/templates/job.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/templates/job.yaml b/kubernetes/policy/templates/job.yaml
index 9dbf4cdd50..eb5968a7ff 100755
--- a/kubernetes/policy/templates/job.yaml
+++ b/kubernetes/policy/templates/job.yaml
@@ -50,7 +50,7 @@ spec:
fieldPath: metadata.namespace
containers:
- name: {{ include "common.name" . }}-galera-config
- image: {{ include "repositoryGenerator.dockerHubRepository" . }}/{{ .Values.mariadb.image }}
+ image: {{ include "repositoryGenerator.image.mariadb" . }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
volumeMounts:
- mountPath: /dbcmd-config/db.sh