Skip to content

Commit f2847cd

Browse files
committed
origin, syscontainer: add bind mount for /etc/pki
Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent 43832cd commit f2847cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

images/origin/system-container/config.json.template

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,15 @@
157157
"mode=755"
158158
]
159159
},
160+
{
161+
"type": "bind",
162+
"source": "/etc/pki",
163+
"destination": "/etc/pki",
164+
"options": [
165+
"bind",
166+
"ro"
167+
]
168+
},
160169
{
161170
"type": "bind",
162171
"source": "$ORIGIN_DATA_DIR",

0 commit comments

Comments
 (0)