Files
kube/argocd/applications/garage.yaml
2025-12-22 17:50:07 +02:00

27 lines
638 B
YAML

---
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