Преглед на файлове

Always roll out deployment on update

Waqar Ahmed преди 5 години
родител
ревизия
f015c830ab
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      test/nextcloud/2.3.2/templates/deployment.yaml

+ 1 - 3
test/nextcloud/2.3.2/templates/deployment.yaml

@@ -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: