github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-005_validate-custom-argocd-namespace/01-install.yaml (about)

     1  apiVersion: v1
     2  kind: Namespace
     3  metadata:
     4    name: test-1-8-custom
     5  ---
     6  apiVersion: argoproj.io/v1alpha1
     7  kind: ArgoCD
     8  metadata:
     9    name: argocd
    10    namespace: test-1-8-custom
    11  spec:
    12    server:
    13      route:
    14        enabled: true