mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-11 03:17:40 -02:30
local_path_provisioner: add resources (#12548)
* local_path_provisioner: add resources * Update roles/kubernetes-apps/external_provisioner/local_path_provisioner/templates/local-path-storage-deployment.yml.j2 Co-authored-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --------- Co-authored-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@@ -8,3 +8,4 @@ local_path_provisioner_is_default_storageclass: "true"
|
|||||||
local_path_provisioner_debug: false
|
local_path_provisioner_debug: false
|
||||||
local_path_provisioner_helper_image_repo: "busybox"
|
local_path_provisioner_helper_image_repo: "busybox"
|
||||||
local_path_provisioner_helper_image_tag: "latest"
|
local_path_provisioner_helper_image_tag: "latest"
|
||||||
|
local_path_provisioner_resources: {}
|
||||||
|
|||||||
@@ -35,6 +35,10 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
|
{% if local_path_provisioner_resources %}
|
||||||
|
resources:
|
||||||
|
{{ local_path_provisioner_resources | to_nice_yaml | indent(10) | trim }}
|
||||||
|
{% endif %}
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
|
|||||||
Reference in New Issue
Block a user