File tree 2 files changed +10
-0
lines changed
charts/postgres-operator-ui
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 21
21
team : " acid" # Parameterize?
22
22
spec :
23
23
serviceAccountName : {{ include "postgres-operator-ui.serviceAccountName" . }}
24
+ {{- if .Values.imagePullSecrets }}
25
+ imagePullSecrets :
26
+ {{ toYaml .Values.imagePullSecrets | indent 8 }}
27
+ {{- end }}
24
28
containers :
25
29
- name : " service"
26
30
image : " {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}"
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ image:
11
11
tag : v1.5.0-dirty
12
12
pullPolicy : " IfNotPresent"
13
13
14
+ # Optionally specify an array of imagePullSecrets.
15
+ # Secrets must be manually created in the namespace.
16
+ # ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
17
+ # imagePullSecrets:
18
+ # - name:
19
+
14
20
rbac :
15
21
# Specifies whether RBAC resources should be created
16
22
create : true
You can’t perform that action at this time.
0 commit comments