Add garage s3

This commit is contained in:
2025-12-22 17:50:07 +02:00
parent aace0ff288
commit ab57c3cd7b
2 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
---
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