We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3c997 commit aab0b9cCopy full SHA for aab0b9c
hack/examples/sync.sh
@@ -37,6 +37,7 @@ for provider in "aws" "docker" "nutanix"; do
37
done
38
39
40
+# shellcheck disable=SC2043 # Keep the loop for future use.
41
for provider in "nutanix"; do
42
for modifier in "failuredomains"; do
43
for cni in "cilium"; do
0 commit comments