mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
feat: add support crio additional mounts (#12561)
removed default since it's already set in variables fix pre commit issue in the pipeline
This commit is contained in:
4
roles/container-engine/cri-o/templates/mounts.conf.j2
Normal file
4
roles/container-engine/cri-o/templates/mounts.conf.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
/usr/share/rhel/secrets:/run/secrets
|
||||
{% for mount in crio_additional_mounts %}
|
||||
{{ mount }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user