17 lines
421 B
YAML
17 lines
421 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: infra-app-of-apps
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: argocd
|
|
server: https://kubernetes.default.svc
|
|
project: infra
|
|
source:
|
|
path: manifests/apps/infra-app-of-apps.yaml
|
|
repoURL: https://gitlab.wikimedia.org/martynranyard/cloud-dev-cluster.git
|
|
targetRevision: HEAD
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|