Files
2026-07-26 09:35:26 +02:00

24 lines
546 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: beetroot
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://gitlab.internal.uia.no/ikt210-g-25h-skyinfrastruktur/LabGroup4/exercise04.git
targetRevision: main
path: manifests/beetroot/base
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true