From 38e95eb68dc8163315793b5835dcb2396ded18c2 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 4 Oct 2025 11:52:15 +0500 Subject: [PATCH] fix: remove the modpacks volume mount --- minecraft/statefulset.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/minecraft/statefulset.yaml b/minecraft/statefulset.yaml index faec77c..08a2767 100644 --- a/minecraft/statefulset.yaml +++ b/minecraft/statefulset.yaml @@ -57,15 +57,10 @@ spec: volumeMounts: - name: monifactory-data mountPath: /data - - name: modpacks - mountPath: /modpacks volumes: - name: monifactory-data persistentVolumeClaim: claimName: monifactory-data - - name: modpacks - persistentVolumeClaim: - claimName: modpacks --- apiVersion: apps/v1 kind: StatefulSet