You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
388 B

  1. # The config map is used to configure local volume discovery for Local SSDs on GCE and GKE.
  2. # It is a map from storage class to its mount configuration.
  3. apiVersion: v1
  4. kind: ConfigMap
  5. metadata:
  6. name: local-volume-config
  7. namespace: {{ system_namespace }}
  8. data:
  9. storageClassMap: |
  10. local-storage:
  11. hostDir: "{{ local_volume_base_dir }}"
  12. mountDir: "/mnt/local-storage/"