disable superflat

This commit is contained in:
Waylon Walker 2024-02-11 21:20:15 -06:00
parent 8b9e72f75a
commit 3ba8f95ca0
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
2 changed files with 2 additions and 2 deletions

View file

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