remove global value
This commit is contained in:
parent
a9ec8fc547
commit
66bfc37fd6
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue