Files
Kubernetes-Manifests/infra/argocd/applications/ddns-application.yaml
T
Jeffrey 647d82fe0f argocd: enable recurse on the ddns application
azure-ddns now uses a component directory like the other apps, and without recurse ArgoCD stopped seeing its StatefulSet and InfisicalSecret.
2026-08-23 22:51:15 +02:00

21 lines
450 B
YAML

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