Make version of CCM / CSI configurable
This commit is contained in:
8
templates/hetzner_ccm.yaml.tpl
Normal file
8
templates/hetzner_ccm.yaml.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- "https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/download/${ccm_version}/ccm-networks.yaml"
|
||||
|
||||
patchesStrategicMerge:
|
||||
- patch.yaml
|
8
templates/hetzner_csi.yaml.tpl
Normal file
8
templates/hetzner_csi.yaml.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- "https://raw.githubusercontent.com/hetznercloud/csi-driver/${csi_version}/deploy/kubernetes/hcloud-csi.yml"
|
||||
|
||||
patchesStrategicMerge:
|
||||
- patch.yaml
|
Reference in New Issue
Block a user