move to correct place

This commit is contained in:
pat-s 2024-07-26 10:17:53 +02:00
parent f42bfc4688
commit 07f24acb75
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -11,6 +11,10 @@ spec:
selector:
matchLabels:
{{- include "ntfy.selectorLabels" . | nindent 6 }}
strategy:
{{- with .Values.updateStrategy }}
{{- toYaml . | nindent 4 }}
{{- end }}
template:
metadata:
annotations:
@ -28,10 +32,6 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.updateStrategy }}
strategy:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "ntfy.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}