added possibility to use latest containers for CCM and CSI
This commit is contained in:
@@ -5,4 +5,4 @@ resources:
|
||||
- "https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/download/${ccm_version}/ccm-networks.yaml"
|
||||
|
||||
patchesStrategicMerge:
|
||||
- patch.yaml
|
||||
- ${patch_name}.yaml
|
@@ -3,3 +3,8 @@ kind: Kustomization
|
||||
|
||||
resources:
|
||||
- "https://raw.githubusercontent.com/hetznercloud/csi-driver/${csi_version}/deploy/kubernetes/hcloud-csi.yml"
|
||||
|
||||
%{ if patch_name != "" }
|
||||
patchesStrategicMerge:
|
||||
- ${patch_name}.yaml
|
||||
%{ endif }
|
Reference in New Issue
Block a user