1
0
Fork 0

feat(_argocd/apps): add hcloud-csi-driver app

This commit is contained in:
Vojtěch Mareš 2022-11-17 14:15:34 +01:00
parent 4e2e7afb98
commit e2219b4e2e
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: hcloud-csi-driver
namespace: argocd
spec:
destination:
namespace: kube-system
server: https://kubernetes.default.svc
project: default
source:
path: deploy/kubernetes
repoURL: https://github.com/hetznercloud/csi-driver.git
targetRevision: v2.0.0-rc.1
syncPolicy:
automated:
prune: true
selfHeal: true