Skip to content

Commit

Permalink
remove --all option from oc get command (#806)
Browse files Browse the repository at this point in the history
Signed-off-by: David Peraza <[email protected]>
Co-authored-by: Matous Jobanek <[email protected]>
  • Loading branch information
David Peraza and MatousJobanek authored Oct 3, 2023
1 parent dfa57d2 commit afc1723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/clean.mk
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ clean-all-toolchain-resources:
CRD_NAME=`oc get $${CRD} --template '{{.metadata.name}}'`; \
oc delete $${CRD_NAME} --all --all-namespaces; \
done
$(Q)oc get clusterresourcequotas -l "toolchain.dev.openshift.com/provider"=codeready-toolchain --all --all-namespaces
$(Q)oc get clusterresourcequotas -l "toolchain.dev.openshift.com/provider"=codeready-toolchain --all-namespaces

.PHONY: clean-toolchain-crds
## Delete all Toolchain CRDs
Expand Down

0 comments on commit afc1723

Please sign in to comment.