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 containerPort: 80
volumeMounts: volumeMounts:
- name: civo - name: civo
mountPath: "/usr/share/nginx/html" mountPath: /usr/share/nginx/html
volumes: volumes:
- name: civo - name: civo
persistentVolumeClaim: persistentVolumeClaim:

View File

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

View File

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