File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
infra/helm/meshdb/templates Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ metadata:
77 {{- include "meshdb.labels" . | nindent 4 }}
88spec :
99 replicas : 3
10- {{- if .Values.imageCredentials }}
11- imagePullSecrets :
12- - name : pull-secret
13- {{- end }}
1410 selector :
1511 matchLabels :
1612 {{- include "meshdb.selectorLabels" . | nindent 6 }}
3127 spec :
3228 securityContext :
3329 {{- toYaml .Values.meshweb.podSecurityContext | nindent 8 }}
30+ {{- if .Values.imageCredentials }}
31+ imagePullSecrets :
32+ - name : pull-secret
33+ {{- end }}
3434 containers :
3535 - name : {{ .Chart.Name }}-meshweb
3636 securityContext :
Original file line number Diff line number Diff line change 2828 spec :
2929 securityContext :
3030 {{- toYaml .Values.nginx.podSecurityContext | nindent 8 }}
31+ {{- if .Values.imageCredentials }}
32+ imagePullSecrets :
33+ - name : pull-secret
34+ {{- end }}
3135 containers :
3236 - name : {{ .Chart.Name }}-nginx
3337 securityContext :
Original file line number Diff line number Diff line change 2727 spec :
2828 securityContext :
2929 {{- toYaml .Values.pelias.podSecurityContext | nindent 8 }}
30+ {{- if .Values.imageCredentials }}
31+ imagePullSecrets :
32+ - name : pull-secret
33+ {{- end }}
3034 containers :
3135 - name : {{ .Chart.Name }}-pelias
3236 securityContext :
Original file line number Diff line number Diff line change 2929 spec :
3030 securityContext :
3131 {{- toYaml .Values.pg.podSecurityContext | nindent 8 }}
32+ {{- if .Values.imageCredentials }}
33+ imagePullSecrets :
34+ - name : pull-secret
35+ {{- end }}
3236 containers :
3337 - name : {{ .Chart.Name }}-postgres
3438 securityContext :
Original file line number Diff line number Diff line change 4040 spec :
4141 securityContext :
4242 {{- toYaml .Values.redis.podSecurityContext | nindent 8 }}
43+ {{- if .Values.imageCredentials }}
44+ imagePullSecrets :
45+ - name : pull-secret
46+ {{- end }}
4347 containers :
4448 - name : {{ .Chart.Name }}-redis
4549 securityContext :
You can’t perform that action at this time.
0 commit comments