From 10efcb98b8ec881a59b8014e8d59c572278586fc Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Tue, 7 Aug 2018 16:41:25 -0400 Subject: [PATCH] Fix mountPath to be file not directory --- deploy/kubernetes/atst.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes/atst.yml b/deploy/kubernetes/atst.yml index 34d05fe2..3c552854 100644 --- a/deploy/kubernetes/atst.yml +++ b/deploy/kubernetes/atst.yml @@ -49,7 +49,7 @@ spec: mountPath: "/etc/nginx/conf.d/atst.conf" subPath: atst.conf - name: nginx-dhparam - mountPath: "/etc/ssl" + mountPath: "/etc/ssl/dhparam.pem" subPath: dhparam.pem - name: nginx-htpasswd mountPath: "/etc/nginx/.htpasswd"