File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
deployments/kubernetes/charts/outpost/templates Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 16
16
app : outpost-api
17
17
{{- include "outpost.labels" . | nindent 8 }}
18
18
spec :
19
+ {{- with .Values.outpost.imagePullSecrets }}
20
+ imagePullSecrets :
21
+ {{- toYaml . | nindent 8 }}
22
+ {{- end }}
19
23
containers :
20
24
- name : {{ include "outpost.name" . }}-api
21
25
image : {{ .Values.outpost.image.repository }}:{{ .Values.outpost.image.tag }}
64
68
app : outpost-delivery
65
69
{{- include "outpost.labels" . | nindent 8 }}
66
70
spec :
71
+ {{- with .Values.outpost.imagePullSecrets }}
72
+ imagePullSecrets :
73
+ {{- toYaml . | nindent 8 }}
74
+ {{- end }}
67
75
containers :
68
76
- name : {{ include "outpost.name" . }}-delivery
69
77
image : {{ .Values.outpost.image.repository }}:{{ .Values.outpost.image.tag }}
@@ -100,6 +108,10 @@ spec:
100
108
app : outpost-log
101
109
{{- include "outpost.labels" . | nindent 8 }}
102
110
spec :
111
+ {{- with .Values.outpost.imagePullSecrets }}
112
+ imagePullSecrets :
113
+ {{- toYaml . | nindent 8 }}
114
+ {{- end }}
103
115
containers :
104
116
- name : {{ include "outpost.name" . }}-log
105
117
image : {{ .Values.outpost.image.repository }}:{{ .Values.outpost.image.tag }}
You can’t perform that action at this time.
0 commit comments