Files
launchpad/infra/_app-of-apps.yaml
Danijel Simeunovic 3e9528dd6f folderstructure
2026-02-08 23:48:12 +01:00

22 lines
439 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: infrastructure-apps
namespace: argocd
labels:
scope: infra
spec:
project: default
source:
repoURL: https://github.com/snothub/sturdy-adventure.git
path: infra
destination:
server: https://kubernetes.default.svc
namespace: infra
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true