aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components/uui-server/templates/job.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/uui/components/uui-server/templates/job.yaml')
-rw-r--r--kubernetes/uui/components/uui-server/templates/job.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/kubernetes/uui/components/uui-server/templates/job.yaml b/kubernetes/uui/components/uui-server/templates/job.yaml
index 943079b99f..6ca5ee4acb 100644
--- a/kubernetes/uui/components/uui-server/templates/job.yaml
+++ b/kubernetes/uui/components/uui-server/templates/job.yaml
@@ -66,11 +66,9 @@ spec:
mountPath: /aaa/init/postgres.sql
subPath: postgres.sql
{{ include "common.waitForJobContainer" . | indent 6 | trim }}
- imagePullSecrets:
- - name: "{{ include "common.namespace" . }}-docker-registry-key"
+ {{- include "common.imagePullSecrets" . | nindent 6 }}
serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
volumes:
- name: init-data
configMap:
name: {{ include "common.fullname" . }}
-