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:
@@ -9,6 +9,8 @@ spec:
|
|||||||
repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git
|
repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git
|
||||||
path: applications/azure-ddns-python
|
path: applications/azure-ddns-python
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
directory:
|
||||||
|
recurse: true
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: azure-ddns
|
namespace: azure-ddns
|
||||||
|
|||||||
Reference in New Issue
Block a user