github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-006_validate-managed-by-chain/02-label-namespace.yaml (about) 1 --- 2 # Label the namespace that we want to manage 3 apiVersion: kuttl.dev/v1beta1 4 kind: TestStep 5 commands: 6 - script: kubectl label ns test-1-12-custom argocd.argoproj.io/managed-by=$NAMESPACE 7 - script: sleep 30