fix field name
This commit is contained in:
parent
540393064d
commit
f42bfc4688
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ spec:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.updateStrategy }}
|
{{- with .Values.updateStrategy }}
|
||||||
updateStrategy:
|
strategy:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
serviceAccountName: {{ include "ntfy.serviceAccountName" . }}
|
serviceAccountName: {{ include "ntfy.serviceAccountName" . }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue