Skip to content

Commit d6b1fda

Browse files
authored
Add :ro,Z to coresmd-coredns.container Corefile volume spec (#40)
Signed-off-by: Eric Lund <77127214+erl-hpe@users.noreply.github.com>
1 parent 51c5e53 commit d6b1fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

systemd/containers/coresmd-coredns.container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AddCapability=NET_RAW
1818

1919
# Volumes
2020
Volume=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem:/root_ca/root_ca.crt:ro,Z
21-
Volume=/etc/openchami/configs/Corefile:/Corefile
21+
Volume=/etc/openchami/configs/Corefile:/Corefile:ro,Z
2222

2323
# Networks for the Container to use
2424
Network=host

0 commit comments

Comments
 (0)