Skip to content

Commit

Permalink
dump minio subscription for potential debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero committed Jan 20, 2023
1 parent bb9024a commit e17ed2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions operator/images/cluster-setup/content/bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ install_minio() {

check_deployments "openshift-operators" "minio-operator" | indent 2

echo -n "- Display Minio Subscription information for potential debug: "
kubectl -n openshift-operators subscriptions minio-operator -o yaml

echo -n "- Minio tenant: "
kubectl apply -k "$DEV_DIR/operators/$APP/tenant" >/dev/null
echo "OK"
Expand Down

0 comments on commit e17ed2c

Please sign in to comment.