Skip to content

Commit

Permalink
Fix image pull secret
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkazakov committed Nov 25, 2024
1 parent 2dceeb8 commit a3c0e99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ spec:
{{- toYaml .Values.resources | nindent 10 }}
{{ if .Values.deployment.imagePullSecretName }}
imagePullSecrets:
name: {{- .Values.deployment.imagePullSecretName }}
- name: {{ .Values.deployment.imagePullSecretName | quote }}
{{- end }}
securityContext:
{{- toYaml .Values.securityContext | nindent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/tidepool/charts/auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deployment:
# -- auth Docker image
imagePrivate: tidepool/platform-private-auth:master-latest
# -- The name of the docker secret used for pulling the private images
imagePullSecretName: null
imagePullSecretName:
# -- number of replicas to deploy
replicas: 1
initContainers: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
{{- toYaml .Values.resources | nindent 10 }}
{{ if .Values.deployment.imagePullSecretName }}
imagePullSecrets:
name: {{- .Values.deployment.imagePullSecretName }}
- name: {{ .Values.deployment.imagePullSecretName | quote }}
{{- end }}
securityContext:
{{- toYaml .Values.securityContext | nindent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/tidepool/charts/data/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deployment:
# -- Docker image
imagePrivate: tidepool/platform-private-data:master-latest
# -- The name of the docker secret used for pulling the private images
imagePullSecretName: null
imagePullSecretName:
replicas: 1

# -- memory and cpu resources for pods
Expand Down

0 comments on commit a3c0e99

Please sign in to comment.