wbc-dev-cluster/manifests/apps/infra-app-of-apps.yaml
2026-05-03 10:11:36 +02:00

17 lines
411 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://git.martyn.berlin/martyn/cloud-dev-cluster.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true