Skip to content

Commit b55a45a

Browse files
authored
Merge pull request #194 from vdice/feat/add-rolling-update-telegraf-ds
feat(charts): add rollingUpdate functionality to telegraf daemonset
2 parents e1d2bad + de49c15 commit b55a45a

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)