From 75ce1f3e7aa580977f5d6089c30039159ba80bb8 Mon Sep 17 00:00:00 2001 From: xcad2k <28359525+xcad2k@users.noreply.github.com> Date: Fri, 5 Nov 2021 11:46:50 +0100 Subject: [PATCH] quotation marks removed --- kubernetes/templates/pv-and-pvc/civo-web.yml | 2 +- kubernetes/templates/pv-and-pvc/local-web.yml | 2 +- kubernetes/templates/pv-and-pvc/nfs-web.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes/templates/pv-and-pvc/civo-web.yml b/kubernetes/templates/pv-and-pvc/civo-web.yml index 8bfa1d0..83d549f 100644 --- a/kubernetes/templates/pv-and-pvc/civo-web.yml +++ b/kubernetes/templates/pv-and-pvc/civo-web.yml @@ -20,7 +20,7 @@ spec: containerPort: 80 volumeMounts: - name: civo - mountPath: "/usr/share/nginx/html" + mountPath: /usr/share/nginx/html volumes: - name: civo persistentVolumeClaim: diff --git a/kubernetes/templates/pv-and-pvc/local-web.yml b/kubernetes/templates/pv-and-pvc/local-web.yml index 52b07c9..079dd5e 100644 --- a/kubernetes/templates/pv-and-pvc/local-web.yml +++ b/kubernetes/templates/pv-and-pvc/local-web.yml @@ -20,7 +20,7 @@ spec: containerPort: 80 volumeMounts: - name: local - mountPath: "/usr/share/nginx/html" + mountPath: /usr/share/nginx/html volumes: - name: local hostPath: diff --git a/kubernetes/templates/pv-and-pvc/nfs-web.yml b/kubernetes/templates/pv-and-pvc/nfs-web.yml index 66fb680..c51203e 100644 --- a/kubernetes/templates/pv-and-pvc/nfs-web.yml +++ b/kubernetes/templates/pv-and-pvc/nfs-web.yml @@ -20,7 +20,7 @@ spec: containerPort: 80 volumeMounts: - name: nfs - mountPath: "/usr/share/nginx/html" + mountPath: /usr/share/nginx/html volumes: - name: nfs persistentVolumeClaim: