Fix to PR-8729 (#9709)

Signed-off-by: Euan Tilley <euan.tilley@recordsure.com>
This commit is contained in:
euan-tilley
2018-12-12 07:36:31 -08:00
committed by Kubernetes Prow Robot
parent 4da00f84ff
commit a9b0e9566c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: mongodb-replicaset
home: https://github.com/mongodb/mongo
version: 3.8.3
version: 3.8.4
appVersion: 3.6
description: NoSQL document-oriented database that stores JSON-like documents with
dynamic schemas, simplifying the integration of data in content-driven applications.
@@ -36,9 +36,9 @@ spec:
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- end }}
spec:
{{- if .Values.image.imagePullSecrets }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{- range .Values.image.imagePullSecrets }}
{{- range .Values.imagePullSecrets }}
- name: {{ . }}
{{- end}}
{{- end }}