Skip to content
Snippets Groups Projects
Commit 19305484 authored by silenceshell's avatar silenceshell Committed by Sheng Yang
Browse files

should specify the namespace for pvc

We should specify the namespace for pvc, or users who use kube-ns will get in trouble.
(The pod has specified the namespace.)
parent 562d008d
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: local-path-pvc
namespace: default
spec:
accessModes:
- ReadWriteOnce
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment