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

Commit

Permalink
Fix index scripts
Browse files Browse the repository at this point in the history
Resolves: #146

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi committed Aug 8, 2023
1 parent 0b7ab40 commit dab49c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ testbin/*

# files related to cluster configuration
*cluster*.txt

# file autogenrated by tang_index.sh
tang_catalog_source.yaml
2 changes: 1 addition & 1 deletion tools/index_tools/tang_catalog_source_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: tang-operator
namespace: openshift-operators
namespace: openshift-marketplace
spec:
displayName: tang-operator
publisher: Red Hat
Expand Down
3 changes: 3 additions & 0 deletions tools/index_tools/tang_install_catalog.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash
echo "-------------------------------------"
echo "oc project openshift-operators"
oc project openshift-operators
echo "-------------------------------------"
echo "oc status"
oc status
echo "-------------------------------------"
Expand Down

0 comments on commit dab49c4

Please sign in to comment.