X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FDAaaS%2Fcollection%2Fcharts%2Fcollectd%2Ftemplates%2Fdaemonset.yaml;h=29fdded9d42ce80eeb95102a5d66ab547bf33daf;hb=a5eaf56f1c30cb3414a93912a2439e24edc0fc1d;hp=209b853dd31ea6452d518c6d4697b5dae0503f4f;hpb=6ec630200eda295cac493cf3347bdd43e4be339a;p=demo.git diff --git a/vnfs/DAaaS/collection/charts/collectd/templates/daemonset.yaml b/vnfs/DAaaS/collection/charts/collectd/templates/daemonset.yaml index 209b853d..29fdded9 100644 --- a/vnfs/DAaaS/collection/charts/collectd/templates/daemonset.yaml +++ b/vnfs/DAaaS/collection/charts/collectd/templates/daemonset.yaml @@ -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