Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change cli option minimal-crds #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions collection-scripts/gather
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ while [[ $# -gt 0 ]]; do
default=false
shift
;;
-m | --minimal)
-m | --minimal-crds)
minimal=true
default=false
shift
Expand Down Expand Up @@ -99,7 +99,7 @@ Options:
-cl, --ceph-logs Collect ceph daemon, kernel, journal logs and crash reports
-ns, --namespaced Collect namespaced resources
-cs, --clusterscoped Collect clusterscoped resources
-m, --minimal Collect storagecluster, cephcluster CRDs and operator CSVs
-m, --minimal-crds Collect storagecluster, cephcluster CRDs and operator CSVs
-h, --help Print this help message

Description:
Expand Down
Loading