Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
feat(charts): add rollingUpdate functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
vdice committed May 24, 2017
1 parent 77328d7 commit e655622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/fluentd/templates/logger-fluentd-daemon.yaml
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 }}
selector:
matchLabels:
app: deis-logger-fluentd
Expand Down

0 comments on commit e655622

Please sign in to comment.