--- # The config map is used to configure local volume discovery for Local SSDs on GCE and GKE. # It is a map from storage class to its mount configuration. kind: ConfigMap apiVersion: v1 metadata: name: local-volume-config namespace: {{ system_namespace }}a data: "local-storage": | { "hostDir": "{{ local_volume_base_dir }}", "mountDir": "/mnt/local-storage/" }