Skip to content

Commit

Permalink
collect flowcollector object (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
memodi authored Apr 12, 2024
1 parent 0b14788 commit 08563f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collection-scripts/gather_resources
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ if [ -z "${fc_ns}" ]; then
fi

"${DIR_NAME}"/version
oc adm inspect --dest-dir "${BASE_COLLECTION_PATH}" "${CRD}/${obj}"
oc adm inspect --dest-dir "${BASE_COLLECTION_PATH}" "ns/${NO_NS}"
oc adm inspect --dest-dir "${BASE_COLLECTION_PATH}" "ns/${fc_ns}"
oc adm inspect --dest-dir "${BASE_COLLECTION_PATH}" "ns/${fc_ns}-privileged"

0 comments on commit 08563f9

Please sign in to comment.