configpolicy/roles/minio/templates
Dustin 5edfbf2408 r/minio: Do not mount storage volume with :Z
The `:Z` flag tells the container runtime to run `chcon` recursively on
the specified path, in order to ensure that the files are accessible
inside the container.  For a very large volume like the MinIO storage
directory, this can take an extremely long time.  It's really only
necessary on the first startup anyway, because the context won't change
after that.  To avoid spending a bunch of time, we can set the context
correctly when we create the directory, and then not worry about it
after that.
2025-07-02 09:21:57 -05:00
..
minio.container.j2 r/minio: Do not mount storage volume with :Z 2025-07-02 09:21:57 -05:00
minio.env.j2 r/minio: Add additional configuration options 2024-09-01 08:59:28 -05:00