Skip to content

Commit 5748d3e

Browse files
committed
test: assert DaemonSet rolling update strategy in smoke test
1 parent 3cddc20 commit 5748d3e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/templates/kuttl/smoke/10-assert.yaml.j2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ kind: DaemonSet
99
metadata:
1010
name: test-opa-server-default
1111
spec:
12+
updateStrategy:
13+
type: RollingUpdate
14+
rollingUpdate:
15+
maxSurge: 1
16+
maxUnavailable: 0
1217
template:
1318
spec:
1419
containers:

0 commit comments

Comments
 (0)