Enable rolling update feature of DaemonSet
[demo.git] / vnfs / DAaaS / collection / charts / collectd / templates / daemonset.yaml
index 209b853..29fdded 100644 (file)
@@ -26,6 +26,8 @@ metadata:
     release: {{ .Release.Name }}
 spec:
   replicas: {{ .Values.replicaCount }}
+  updateStrategy:
+    type: RollingUpdate
   template:
     metadata:
       labels:
@@ -78,4 +80,4 @@ spec:
           path: /etc
       - name: run
         hostPath:
-          path: /var/run/docker.sock
\ No newline at end of file
+          path: /var/run/docker.sock