Files
Kubernetes-Manifests/infra/argocd/applications/netbootxyz-application.yaml
T
Jeffrey a7f4618d4f argocd: enable directory recurse on the remaining Directory apps
Without it, moving manifests into component directories makes ArgoCD stop seeing them and prune the workload.
2026-08-24 00:35:31 +02:00

23 lines
495 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: netbootxyz
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git
path: applications/netbootxyz
targetRevision: HEAD
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: netbootxyz
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true