github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-032_validate_dynamic_scaling/04-delete-cluster-secret.yaml (about) 1 apiVersion: kuttl.dev/v1beta1 2 kind: TestStep 3 commands: 4 - command: sleep 60s 5 - command: kubectl delete Secret cluster-2 cluster-3 cluster-4 cluster-5 cluster-6 -n $NAMESPACE 6 # Sleep to allow resources to be completely deleted 7 - command: sleep 30s