Align the path of config file with the book
In the book, the config file is registered like below:
$ kubectl create cm --from-file ghost-config.js ghost-config
This commit is contained in:
parent
36f0aa615b
commit
a6f45d9a7d
@ -18,7 +18,7 @@ spec:
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- cp /ghost-config/config.js /var/lib/ghost/config.js
|
||||
- cp /ghost-config/ghost-config.js /var/lib/ghost/config.js
|
||||
&& /entrypoint.sh npm start
|
||||
volumeMounts:
|
||||
- mountPath: /ghost-config
|
||||
|
||||
Loading…
Reference in New Issue
Block a user