Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Commit e655622

Browse files
committed
feat(charts): add rollingUpdate functionality
1 parent 77328d7 commit e655622

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/fluentd/templates/logger-fluentd-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
selector:
1115
matchLabels:
1216
app: deis-logger-fluentd

0 commit comments

Comments
 (0)