From 647d82fe0fe92da9172060bf5cc7441baba6fe8f Mon Sep 17 00:00:00 2001 From: Jeffrey Smeets Date: Sun, 23 Aug 2026 22:51:15 +0200 Subject: [PATCH] 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. --- infra/argocd/applications/ddns-application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/argocd/applications/ddns-application.yaml b/infra/argocd/applications/ddns-application.yaml index a317789..edf3ec1 100644 --- a/infra/argocd/applications/ddns-application.yaml +++ b/infra/argocd/applications/ddns-application.yaml @@ -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