fix: remove the modpacks volume mount
This commit is contained in:
@@ -57,15 +57,10 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: monifactory-data
|
- name: monifactory-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
- name: modpacks
|
|
||||||
mountPath: /modpacks
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: monifactory-data
|
- name: monifactory-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: monifactory-data
|
claimName: monifactory-data
|
||||||
- name: modpacks
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: modpacks
|
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
|
|||||||
Reference in New Issue
Block a user