1
0
Fork 0

feat: add hcloud-cloud-controller-manager

- needed for HCloud CSI driver to provide topology labels on nodes, so volumes can be provisioned
This commit is contained in:
Vojtěch Mareš 2022-11-23 14:04:38 +01:00
parent a88a681828
commit 4936e0cc99
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 105 additions and 0 deletions

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: hcloud-cloud-controller-manager
namespace: argocd
spec:
destination:
namespace: kube-system
server: https://kubernetes.default.svc
project: default
source:
path: cluster-components/hcloud-cloud-controller-manager
repoURL: https://gitlab.mareshq.com/gitops/mareshq/bee.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true