From 5006945cfe73d8880a874b3650dfff018a7d8678 Mon Sep 17 00:00:00 2001 From: tomdds Date: Mon, 2 Dec 2019 14:01:35 -0500 Subject: [PATCH] Remove tls volumeMount --- deploy/azure/azure.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy/azure/azure.yml b/deploy/azure/azure.yml index c8c498c4..e8a9eacb 100644 --- a/deploy/azure/azure.yml +++ b/deploy/azure/azure.yml @@ -69,8 +69,6 @@ spec: - name: nginx-htpasswd mountPath: "/etc/nginx/.htpasswd" subPath: .htpasswd - - name: tls - mountPath: "/etc/ssl/private" - name: nginx-client-ca-bundle mountPath: "/etc/ssl/" - name: acme