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
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: pvc-inspector
|
name: pvc-inspector
|
||||||
namespace: superflat
|
namespace: minecraft
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: busybox
|
- image: busybox
|
||||||
|
|
@ -11,7 +11,7 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: data
|
name: data
|
||||||
subPath: minecraft
|
# subPath: minecraft
|
||||||
volumes:
|
volumes:
|
||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue