Skip to content

Commit

Permalink
feat(charts): add rollingUpdate functionality to telegraf daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
vdice committed May 2, 2017
1 parent 115ea92 commit de49c15
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 de49c15

Please # to comment.