Fix zola mounts
This commit is contained in:
@@ -34,8 +34,7 @@ spec:
|
||||
- /src
|
||||
- build
|
||||
- --output-dir
|
||||
- /public
|
||||
- --force
|
||||
- /public/html
|
||||
volumeMounts:
|
||||
- name: source
|
||||
mountPath: /src
|
||||
@@ -50,6 +49,7 @@ spec:
|
||||
volumeMounts:
|
||||
- name: public
|
||||
mountPath: /usr/share/nginx/html
|
||||
subPath: html
|
||||
readOnly: true
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user