Skip to content

Commit 88f7600

Browse files
author
Sam Naser
committed
Add namespace to CPR creation script wait
1 parent afed279 commit 88f7600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/asm/scripts/create_cpr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ spec:
3838
channel: "${CHANNEL}"
3939
EOF
4040

41-
kubectl wait --for=condition=Reconciled controlplanerevision/asm-managed --timeout 30s
41+
kubectl wait -n istio-system --for=condition=Reconciled controlplanerevision/${REVISION_NAME} --timeout 30s

0 commit comments

Comments
 (0)