diff options
Diffstat (limited to 'kubernetes/common/postgres-init/templates/job.yaml')
-rw-r--r-- | kubernetes/common/postgres-init/templates/job.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/common/postgres-init/templates/job.yaml b/kubernetes/common/postgres-init/templates/job.yaml index b62bef878f..348dda517a 100644 --- a/kubernetes/common/postgres-init/templates/job.yaml +++ b/kubernetes/common/postgres-init/templates/job.yaml @@ -106,5 +106,4 @@ spec: emptyDir: medium: Memory restartPolicy: Never - imagePullSecrets: - - name: "{{ include "common.namespace" . }}-docker-registry-key" + {{- include "common.imagePullSecrets" . | nindent 6 }} |