quotation marks removed

This commit is contained in:
xcad2k 2021-11-05 11:46:50 +01:00
parent dc0bc57f96
commit 75ce1f3e7a
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ spec:
containerPort: 80
volumeMounts:
- name: civo
mountPath: "/usr/share/nginx/html"
mountPath: /usr/share/nginx/html
volumes:
- name: civo
persistentVolumeClaim:

View File

@ -20,7 +20,7 @@ spec:
containerPort: 80
volumeMounts:
- name: local
mountPath: "/usr/share/nginx/html"
mountPath: /usr/share/nginx/html
volumes:
- name: local
hostPath:

View File

@ -20,7 +20,7 @@ spec:
containerPort: 80
volumeMounts:
- name: nfs
mountPath: "/usr/share/nginx/html"
mountPath: /usr/share/nginx/html
volumes:
- name: nfs
persistentVolumeClaim: