diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-01-31 14:55:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-01-31 14:55:55 +0000 |
commit | e75a83ca1a7786c1501f4d7242fad5f690eae2ee (patch) | |
tree | b25d42247b96c4fed371f60219525277130d3d09 /kubernetes/policy/templates/job.yaml | |
parent | f41e68866ff8bb86b04d765661bdcdd3a18ce2ce (diff) | |
parent | a4275991aff6b4dafb19e57325c04ac0fb811a66 (diff) |
Merge "[POLICY] Use variable MariaDB image for DB jobs"
Diffstat (limited to 'kubernetes/policy/templates/job.yaml')
-rwxr-xr-x | kubernetes/policy/templates/job.yaml | 2 |
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 |