Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Duplicate namespace flag removal

Co-authored-by: Jimmi Dyson <jimmi.dyson@nutanix.com>
  • Loading branch information
deepakm-ntnx and jimmidyson authored Dec 12, 2023
1 parent c19b567 commit 4ba2324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ test-clusterclass-delete:
test-kubectl-clusterclass:
kubectl -n capx-system get endpoints
kubectl -n $(TEST_NAMESPACE) get cluster,machine,MachineDeployment
kubectl -n $(TEST_NAMESPACE) get NutanixCluster,NutanixMachine -n $(TEST_NAMESPACE)
kubectl -n $(TEST_NAMESPACE) get NutanixClusterTemplate,clusterclass,KubeadmConfigTemplate,KubeadmControlPlaneTemplate,NutanixMachineTemplate,secret,configmap -n $(TEST_NAMESPACE)
kubectl -n $(TEST_NAMESPACE) get NutanixCluster,NutanixMachine
kubectl -n $(TEST_NAMESPACE) get NutanixClusterTemplate,clusterclass,KubeadmConfigTemplate,KubeadmControlPlaneTemplate,NutanixMachineTemplate,secret,configmap
kubectl -n $(TEST_NAMESPACE) get ValidatingWebhookConfiguration,MutatingWebhookConfiguration

.PHONY: ginkgo-help
Expand Down

0 comments on commit 4ba2324

Please sign in to comment.