Skip to content

Commit de49c15

Browse files
committed
feat(charts): add rollingUpdate functionality to telegraf daemonset
1 parent 115ea92 commit de49c15

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/monitor/charts/telegraf/templates/monitor-telegraf-daemon.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ metadata:
77
annotations:
88
component.deis.io/version: {{ .Values.docker_tag }}
99
spec:
10+
{{- if ge .Capabilities.KubeVersion.Minor "6" }}
11+
updateStrategy:
12+
type: RollingUpdate
13+
{{- end }}
1014
template:
1115
metadata:
1216
labels:

0 commit comments

Comments
 (0)