Skip to content

Commit b270e66

Browse files
committed
update from review
1 parent c1f1419 commit b270e66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

applications/wg-easy/taskfiles/internal.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,9 @@ tasks:
140140
141141
# Pipe all templates to preflight at once
142142
echo "Running preflight checks on all templates..."
143-
echo "$TEMPLATE_OUTPUT" | KUBECONFIG={{.KUBECONFIG_FILE}} preflight - -v=5
143+
echo "$TEMPLATE_OUTPUT" | KUBECONFIG={{.KUBECONFIG_FILE}} preflight -
144144
- echo "Preflight check completed!"
145145
deps:
146-
- cluster-create
147146
- setup-kubeconfig
148147

149148
ports-expose:

0 commit comments

Comments
 (0)