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.
This commit is contained in:
2026-08-23 22:51:15 +02:00
parent 0329546d87
commit 647d82fe0f
@@ -9,6 +9,8 @@ spec:
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