diff --git a/collection-scripts/gather_clusterscoped_resources b/collection-scripts/gather_clusterscoped_resources index 3924f7b..7805d6c 100755 --- a/collection-scripts/gather_clusterscoped_resources +++ b/collection-scripts/gather_clusterscoped_resources @@ -11,6 +11,7 @@ commands_get=() commands_get+=("pv") commands_get+=("ob") commands_get+=("sc") +commands_get+=("csidriver") commands_get+=("nodes -o wide --show-labels") commands_get+=("clusterversion") commands_get+=("infrastructures.config") @@ -27,6 +28,7 @@ oc_yamls+=("pv") oc_yamls+=("ob") oc_yamls+=("sc") oc_yamls+=("nodes") +oc_yamls+=("csidriver") oc_yamls+=("clusterversion") oc_yamls+=("infrastructures.config") oc_yamls+=("clusterrole")