Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit ede0900

Browse files
committed
e2e: retry OLM uninstall, II
The previous attempt to uninstall manually was incomplete: each release has olm.yaml and crds.yaml, and only the content of the former was deleted.
1 parent c86b761 commit ede0900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/start-stop-olm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ if [ $cmd == install ]; then
8585
# checks for.
8686
${BIN_DIR}/operator-sdk olm uninstall
8787
${KUBECTL} delete -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/${OLM_VERSION}/olm.yaml
88+
${KUBECTL} delete -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/${OLM_VERSION}/crds.yaml
8889
${KUBECTL} delete ns olm
8990
fi
9091
done

0 commit comments

Comments
 (0)