Always roll out deployment on update

This commit is contained in:
Waqar Ahmed 2020-12-08 20:30:56 +05:00
parent 7abbec70ef
commit f015c830ab
1 changed files with 1 additions and 3 deletions

View File

@ -27,10 +27,8 @@ spec:
app.kubernetes.io/name: {{ include "nextcloud.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: app
{{- if .Values.podAnnotations }}
annotations:
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- end }}
rollme: {{ randAlphaNum 5 | quote }}
spec:
{{- if .Values.image.pullSecrets }}
imagePullSecrets: