remove global value

This commit is contained in:
Scott Cabrinha 2020-03-16 16:50:31 -07:00
parent a9ec8fc547
commit 66bfc37fd6

View file

@ -24,7 +24,7 @@ spec:
labels: labels:
app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/name: {{ .Release.Name }}
spec: spec:
{{- with .Values.global.imagePullSecrets }} {{- with .Values.imagePullSecrets }}
imagePullSecrets: imagePullSecrets:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}