You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
451 B

  1. ---
  2. local_path_provisioner_enabled: false
  3. local_path_provisioner_namespace: "local-path-storage"
  4. local_path_provisioner_storage_class: "local-path"
  5. local_path_provisioner_reclaim_policy: Delete
  6. local_path_provisioner_claim_root: /opt/local-path-provisioner/
  7. local_path_provisioner_is_default_storageclass: "true"
  8. local_path_provisioner_debug: false
  9. local_path_provisioner_helper_image_repo: "busybox"
  10. local_path_provisioner_helper_image_tag: "latest"