terraform-hcloud-kube-hetzner/templates/hetzner_csi.yaml.tpl

10 lines
266 B
Smarty
Raw Normal View History

2022-01-13 13:32:17 +01:00
apiVersion: kustomize.config.k8s.io/v1beta1
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 }