move to correct place
This commit is contained in:
parent
f42bfc4688
commit
07f24acb75
1 changed files with 4 additions and 4 deletions
|
@ -11,6 +11,10 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "ntfy.selectorLabels" . | nindent 6 }}
|
{{- include "ntfy.selectorLabels" . | nindent 6 }}
|
||||||
|
strategy:
|
||||||
|
{{- with .Values.updateStrategy }}
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -28,10 +32,6 @@ spec:
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.updateStrategy }}
|
|
||||||
strategy:
|
|
||||||
{{- toYaml . | nindent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
serviceAccountName: {{ include "ntfy.serviceAccountName" . }}
|
serviceAccountName: {{ include "ntfy.serviceAccountName" . }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue