Fix download boolean for local_path_provisioner (#6177)

This commit is contained in:
Florian Ruynat
2020-05-28 15:56:02 +02:00
committed by GitHub
parent b6e21a18cc
commit 45d8797dce
2 changed files with 3 additions and 2 deletions

View File

@@ -938,7 +938,7 @@ downloads:
- kube-node
local_path_provisioner:
enabled: "{{ local_volume_provisioner_enabled }}"
enabled: "{{ local_path_provisioner_enabled }}"
container: true
repo: "{{ local_path_provisioner_image_repo }}"
tag: "{{ local_path_provisioner_image_tag }}"