github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-006_validate-managed-by-chain/11-recreate-applications.yaml (about) 1 apiVersion: v1 2 kind: Namespace 3 metadata: 4 name: test-1-12-custom 5 --- 6 apiVersion: argoproj.io/v1alpha1 7 kind: Application 8 metadata: 9 name: test-1-12-custom 10 spec: 11 project: default 12 source: 13 repoURL: https://github.com/redhat-developer/gitops-operator 14 path: test/examples/nginx 15 targetRevision: "HEAD" 16 destination: 17 server: "https://kubernetes.default.svc" 18 namespace: test-1-12-custom 19 syncPolicy: 20 automated: {} 21 retry: 22 limit: 1 23 --- 24 apiVersion: argoproj.io/v1alpha1 25 kind: Application 26 metadata: 27 name: test-1-12-custom2 28 spec: 29 project: default 30 source: 31 repoURL: https://github.com/redhat-developer/gitops-operator 32 path: test/examples/nginx 33 targetRevision: "HEAD" 34 destination: 35 server: "https://kubernetes.default.svc" 36 namespace: test-1-12-custom2 37 syncPolicy: 38 automated: {} 39 retry: 40 limit: 1