Commit f015c830 authored by Waqar Ahmed's avatar Waqar Ahmed

Always roll out deployment on update

parent 7abbec70
...@@ -27,10 +27,8 @@ spec: ...@@ -27,10 +27,8 @@ spec:
app.kubernetes.io/name: {{ include "nextcloud.name" . }} app.kubernetes.io/name: {{ include "nextcloud.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: app app.kubernetes.io/component: app
{{- if .Values.podAnnotations }}
annotations: annotations:
{{ toYaml .Values.podAnnotations | indent 8 }} rollme: {{ randAlphaNum 5 | quote }}
{{- end }}
spec: spec:
{{- if .Values.image.pullSecrets }} {{- if .Values.image.pullSecrets }}
imagePullSecrets: imagePullSecrets:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment