summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/postgres-init/templates/job.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-06-27 10:33:22 +0000
committerGerrit Code Review <gerrit@onap.org>2023-06-27 10:33:22 +0000
commit72a1a8c6cac5ccdde7ee83347db903cbad35faca (patch)
treec7b4decf5e2b3cbc6b43784e884ad023e7726575 /kubernetes/common/postgres-init/templates/job.yaml
parent32e6f019f177c8fcfa758fe1dfecad587b38e18e (diff)
parentfc61c9f4cb2bf2483b778fda55ef81cfdfb2afed (diff)
Merge "[COMMON] Fix various helm errors" into london
Diffstat (limited to 'kubernetes/common/postgres-init/templates/job.yaml')
-rw-r--r--kubernetes/common/postgres-init/templates/job.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/kubernetes/common/postgres-init/templates/job.yaml b/kubernetes/common/postgres-init/templates/job.yaml
index fa4a990d06..15260f0b16 100644
--- a/kubernetes/common/postgres-init/templates/job.yaml
+++ b/kubernetes/common/postgres-init/templates/job.yaml
@@ -80,12 +80,6 @@ spec:
value: "{{ .Values.config.pgDatabase }}"
- name: PG_ROOT_PASSWORD_INPUT
{{- include "common.secret.envFromSecretFast" (dict "global" . "uid" (include "common.postgres.secret.rootPassUID" .) "key" "password") | indent 10 }}
- volumeMounts:
- - mountPath: /config-input/setup.sql
- name: config
- subPath: setup.sql
- - mountPath: /config
- name: pgconf
image: {{ include "repositoryGenerator.image.postgres" . }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
name: {{ include "common.name" . }}-update-config