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 namespace: argocd
spec: spec:
generators: generators:
- directory: - list:
path: argocd-apps elements:
- name: example-app
namespace: example-app
path: argocd-apps/example-app
- name: json-echo
namespace: json-echo
path: argocd-apps/json-echo
template: template:
metadata: metadata:
name: '{{path.basename}}' name: '{{name}}'
spec: spec:
project: default
source: source:
repoURL: "https://git.konsthol.eu/konsthol/argocdapps" repoURL: "https://git.konsthol.eu/konsthol/argocdapps"
targetRevision: main targetRevision: main
path: '{{path}}' path: '{{path}}'
destination: destination:
server: "https://kubernetes.default.svc" server: "https://kubernetes.default.svc"
namespace: '{{path.basename}}' namespace: '{{namespace}}'
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true