Skip to content

Commit

Permalink
Merge pull request #194 from vdice/feat/add-rolling-update-telegraf-ds
Browse files Browse the repository at this point in the history
feat(charts): add rollingUpdate functionality to telegraf daemonset
  • Loading branch information
vdice authored May 24, 2017
2 parents e1d2bad + de49c15 commit b55a45a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ metadata:
annotations:
component.deis.io/version: {{ .Values.docker_tag }}
spec:
{{- if ge .Capabilities.KubeVersion.Minor "6" }}
updateStrategy:
type: RollingUpdate
{{- end }}
template:
metadata:
labels:
Expand Down

0 comments on commit b55a45a

Please sign in to comment.