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 23, 2023
1 parent d3b781e commit d1ba7dc
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 get 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 d1ba7dc

Please sign in to comment.