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

Commit

Permalink
Do not force namespace on subscription install (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Sep 28, 2023
1 parent 78232a9 commit 24cd704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/index_tools/tang_install_catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if [ -z "${list_only}" ];
then
sleep 1
echo "-------------------------------------"
echo "oc create -f tang_catalog_source.yaml -n openshift-operators"
oc create -f tang_catalog_source.yaml -n openshift-operators
echo "oc create -f tang_catalog_source.yaml"
oc create -f tang_catalog_source.yaml
fi
echo "-------------------------------------"
sleep 1
Expand Down

0 comments on commit 24cd704

Please sign in to comment.