Skip to content
Snippets Groups Projects
Commit 85778474 authored by Erwan Miran's avatar Erwan Miran
Browse files

local-provisioner:v1.0.1 still expects json configmap

parent 7a2cb5e4
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,10 @@ kind: ConfigMap
apiVersion: v1
metadata:
name: local-volume-config
namespace: {{ system_namespace }}
namespace: {{ system_namespace }}a
data:
storageClassMap: |
local-storage:
hostDir: "{{ local_volume_base_dir }}"
mountDir: "/mnt/local-storage/"
"local-storage": |
{
"hostDir": "{{ local_volume_base_dir }}",
"mountDir": "/mnt/local-storage/"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment