disable superflat
This commit is contained in:
parent
8b9e72f75a
commit
3ba8f95ca0
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
kind: Pod
|
||||
metadata:
|
||||
name: pvc-inspector
|
||||
namespace: superflat
|
||||
namespace: minecraft
|
||||
spec:
|
||||
containers:
|
||||
- image: busybox
|
||||
|
|
@ -11,7 +11,7 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: data
|
||||
subPath: minecraft
|
||||
# subPath: minecraft
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue