Update root-set.yaml

This commit is contained in:
2025-05-30 16:50:13 +03:00
parent d13b632070
commit 78ee44b5e5

View File

@@ -1,17 +1,24 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: ApplicationSet
metadata: metadata:
name: apps-manager name: apps-manager
namespace: argocd namespace: argocd
spec:
generators:
- directory:
path: argocd-apps
template:
metadata:
name: '{{path.basename}}'
spec: spec:
project: default project: default
source: source:
repoURL: "https://git.konsthol.eu/konsthol/argocdapps" repoURL: "https://git.konsthol.eu/konsthol/argocdapps"
targetRevision: main targetRevision: main
path: argocd-apps path: '{{path}}'
destination: destination:
server: "https://kubernetes.default.svc" server: "https://kubernetes.default.svc"
namespace: argocd namespace: '{{path.basename}}'
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true