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 c1f1419 commit b270e66Copy full SHA for b270e66
applications/wg-easy/taskfiles/internal.yaml
@@ -140,10 +140,9 @@ tasks:
140
141
# Pipe all templates to preflight at once
142
echo "Running preflight checks on all templates..."
143
- echo "$TEMPLATE_OUTPUT" | KUBECONFIG={{.KUBECONFIG_FILE}} preflight - -v=5
+ echo "$TEMPLATE_OUTPUT" | KUBECONFIG={{.KUBECONFIG_FILE}} preflight -
144
- echo "Preflight check completed!"
145
deps:
146
- - cluster-create
147
- setup-kubeconfig
148
149
ports-expose:
0 commit comments