Explorar o código

quotation marks removed

xcad2k %!s(int64=4) %!d(string=hai) anos
pai
achega
75ce1f3e7a

+ 1 - 1
kubernetes/templates/pv-and-pvc/civo-web.yml

@@ -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:

+ 1 - 1
kubernetes/templates/pv-and-pvc/local-web.yml

@@ -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:

+ 1 - 1
kubernetes/templates/pv-and-pvc/nfs-web.yml

@@ -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: