Skip to content
Snippets Groups Projects
Unverified Commit a6a6e843 authored by irizzant's avatar irizzant Committed by GitHub
Browse files

Add /dev volume (#6319)

parent f54f63ec
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ spec:
- name: local-volume-provisioner
mountPath: /etc/provisioner/config
readOnly: true
- mountPath: /dev
name: provisioner-dev
{% for class_name, class_config in local_volume_provisioner_storage_classes.items() %}
- name: local-volume-provisioner-hostpath-{{ class_name }}
mountPath: {{ class_config.mount_dir }}
......@@ -51,6 +53,9 @@ spec:
- name: local-volume-provisioner
configMap:
name: local-volume-provisioner
- name: provisioner-dev
hostPath:
path: /dev
{% for class_name, class_config in local_volume_provisioner_storage_classes.items() %}
- name: local-volume-provisioner-hostpath-{{ class_name }}
hostPath:
......
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