fix: Disable persistance

This commit is contained in:
2025-09-26 16:44:40 +02:00
parent 15f8a89e11
commit 51ca094a2a
+1 -1
View File
@@ -146,7 +146,7 @@ controller:
# Ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
persistence:
# -- Enable persistence for slurmctld, retain save-state across recreations.
enabled: true
enabled: false
# -- Name of the existing `PersistentVolumeClaim` to use instead of creating one.
# If this is not empty, then certain other fields will be ignored.
# existingClaim: null