File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ spec:
217
217
{{- toYaml .Values.resources | nindent 10 }}
218
218
{{ if .Values.deployment.imagePullSecretName }}
219
219
imagePullSecrets :
220
- name : {{- .Values.deployment.imagePullSecretName }}
220
+ - name : {{- .Values.deployment.imagePullSecretName | quote }}
221
221
{{- end }}
222
222
securityContext :
223
223
{{- toYaml .Values.securityContext | nindent 8 }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ deployment:
18
18
# -- auth Docker image
19
19
imagePrivate : tidepool/platform-private-auth:master-latest
20
20
# -- The name of the docker secret used for pulling the private images
21
- imagePullSecretName : null
21
+ imagePullSecretName :
22
22
# -- number of replicas to deploy
23
23
replicas : 1
24
24
initContainers : []
Original file line number Diff line number Diff line change 67
67
{{- toYaml .Values.resources | nindent 10 }}
68
68
{{ if .Values.deployment.imagePullSecretName }}
69
69
imagePullSecrets :
70
- name : {{- .Values.deployment.imagePullSecretName }}
70
+ - name : {{- .Values.deployment.imagePullSecretName | quote }}
71
71
{{- end }}
72
72
securityContext :
73
73
{{- toYaml .Values.securityContext | nindent 8 }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ deployment:
9
9
# -- Docker image
10
10
imagePrivate : tidepool/platform-private-data:master-latest
11
11
# -- The name of the docker secret used for pulling the private images
12
- imagePullSecretName : null
12
+ imagePullSecretName :
13
13
replicas : 1
14
14
15
15
# -- memory and cpu resources for pods
You can’t perform that action at this time.
0 commit comments