Add garage s3
This commit is contained in:
27
argocd/applications/garage.yaml
Normal file
27
argocd/applications/garage.yaml
Normal 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
|
||||
Reference in New Issue
Block a user