From 3ba8f95ca00776df6209b2e518b90291199d687e Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sun, 11 Feb 2024 21:20:15 -0600 Subject: [PATCH] disable superflat --- {active => disabled}/superflat.yaml | 0 pvc-inpsector.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename {active => disabled}/superflat.yaml (100%) diff --git a/active/superflat.yaml b/disabled/superflat.yaml similarity index 100% rename from active/superflat.yaml rename to disabled/superflat.yaml diff --git a/pvc-inpsector.yaml b/pvc-inpsector.yaml index 150f619..87065aa 100644 --- a/pvc-inpsector.yaml +++ b/pvc-inpsector.yaml @@ -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: