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: