mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 10:37:38 +03:00
New line was not inserted between image and imagePullPolicy for some reasons with the jinja. Simplifying this altogether should fix this. Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
11 lines
451 B
YAML
11 lines
451 B
YAML
---
|
|
local_path_provisioner_enabled: false
|
|
local_path_provisioner_namespace: "local-path-storage"
|
|
local_path_provisioner_storage_class: "local-path"
|
|
local_path_provisioner_reclaim_policy: Delete
|
|
local_path_provisioner_claim_root: /opt/local-path-provisioner/
|
|
local_path_provisioner_is_default_storageclass: "true"
|
|
local_path_provisioner_debug: false
|
|
local_path_provisioner_helper_image_repo: "busybox"
|
|
local_path_provisioner_helper_image_tag: "latest"
|