Update root-set.yaml

This commit is contained in:
2025-05-30 16:53:39 +03:00
parent 78ee44b5e5
commit 129831154d

View File

@@ -5,20 +5,25 @@ metadata:
namespace: argocd
spec:
generators:
- directory:
path: argocd-apps
- list:
elements:
- name: example-app
namespace: example-app
path: argocd-apps/example-app
- name: json-echo
namespace: json-echo
path: argocd-apps/json-echo
template:
metadata:
name: '{{path.basename}}'
name: '{{name}}'
spec:
project: default
source:
repoURL: "https://git.konsthol.eu/konsthol/argocdapps"
targetRevision: main
path: '{{path}}'
destination:
server: "https://kubernetes.default.svc"
namespace: '{{path.basename}}'
namespace: '{{namespace}}'
syncPolicy:
automated:
prune: true