Fix mountPath to be file not directory

This commit is contained in:
Devon Mackay 2018-08-07 16:41:25 -04:00
parent 35be729378
commit 10efcb98b8

View File

@ -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"