mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
storageClass name template as suggested by @eyeofthefrog
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
||||
name: local-volume-config
|
||||
namespace: {{ system_namespace }}
|
||||
data:
|
||||
"local-storage": |
|
||||
"{{ local_volume_storage_class }}": |
|
||||
{
|
||||
"hostDir": "{{ local_volume_base_dir }}",
|
||||
"mountDir": "{{ local_volume_mount_dir }}"
|
||||
|
||||
Reference in New Issue
Block a user