--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: garage namespace: argocd spec: project: k-space.ee sources: - repoURL: https://git.deuxfleurs.fr/Deuxfleurs/garage.git targetRevision: main-v2 path: script/helm/garage helm: releaseName: garage valueFiles: - $values/garage/values.yaml - repoURL: 'git@git.k-space.ee:k-space/kube.git' targetRevision: HEAD ref: values destination: server: 'https://kubernetes.default.svc' namespace: garage syncPolicy: automated: prune: true syncOptions: - CreateNamespace=true