Skip to content

Commit 3178faa

Browse files
Update tests/templates/kuttl/restarter/10-assert.yaml
Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>
1 parent dacccb0 commit 3178faa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/templates/kuttl/restarter/10-assert.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ kind: TestAssert
44
timeout: 120
55
commands:
66
- script: |
7+
# N.B. due to breaking change https://github.com/kudobuilder/kuttl/pull/519
8+
# version >=0.17 of Kuttl is required for paths to be resolved consistently.
9+
# For local testing, either use nix-shell before running the test script
10+
# or upgrade kuttl as needed (with e.g. kubectl krew upgrade kuttl)
711
. ./test-script.sh
812
913
# Wait for the StatefulSet to be deployed

0 commit comments

Comments
 (0)