Skip to content

Commit

Permalink
Removing --all option from oc get command
Browse files Browse the repository at this point in the history
Signed-off-by: David Peraza <[email protected]>
  • Loading branch information
dperaza4dustbit committed Oct 3, 2023
1 parent 74689fa commit 16e4735
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 16e4735

Please sign in to comment.