Fix mountPath to be file not directory
This commit is contained in:
parent
35be729378
commit
10efcb98b8
@ -49,7 +49,7 @@ spec:
|
|||||||
mountPath: "/etc/nginx/conf.d/atst.conf"
|
mountPath: "/etc/nginx/conf.d/atst.conf"
|
||||||
subPath: atst.conf
|
subPath: atst.conf
|
||||||
- name: nginx-dhparam
|
- name: nginx-dhparam
|
||||||
mountPath: "/etc/ssl"
|
mountPath: "/etc/ssl/dhparam.pem"
|
||||||
subPath: dhparam.pem
|
subPath: dhparam.pem
|
||||||
- name: nginx-htpasswd
|
- name: nginx-htpasswd
|
||||||
mountPath: "/etc/nginx/.htpasswd"
|
mountPath: "/etc/nginx/.htpasswd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user