storageClass name template as suggested by @eyeofthefrog

This commit is contained in:
Erwan Miran
2018-02-09 00:11:07 +01:00
parent e1aaef7d4d
commit e9a676951b
2 changed files with 2 additions and 1 deletions

View File

@@ -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 }}"