Skip to content

Commit

Permalink
add new crds created by ceph csi operation
Browse files Browse the repository at this point in the history
this commit collects new crds details which
are newly created by ceph-csi-operator

Signed-off-by: yati1998 <[email protected]>
  • Loading branch information
yati1998 committed Aug 15, 2024
1 parent 163cbf8 commit 80d496c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions collection-scripts/gather_namespaced_resources
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ oc_get_all+=("networkfence")
oc_get_all+=("network-attachment-definitions")
oc_get_all+=("encryptionkeyrotationjob")
oc_get_all+=("encryptionkeyrotationcronjob")
oc_get_all+=("operatorconfig")
oc_get_all+=("driver")
oc_get_all+=("cephconnection")
oc_get_all+=("clientprofile")
oc_get_all+=("clientprofilemapping")

for INSTALL_NAMESPACE in $PRODUCT_NAMESPACE $INSTALL_NAMESPACES $MANAGED_FUSION_NAMESPACE $OPERATOR_NAMESPACE; do
dbglog "collecting dump of namespace ${INSTALL_NAMESPACE}"
Expand Down

0 comments on commit 80d496c

Please sign in to comment.