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:
app.kubernetes.io/name: {{ .Release.Name }}
spec:
{{- with .Values.global.imagePullSecrets }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}