From 51ca094a2a9443334de017c51abb11f31b6e5933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Fri, 26 Sep 2025 16:44:40 +0200 Subject: [PATCH] fix: Disable persistance --- values/slurm/values/slurm.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/slurm/values/slurm.yaml.gotmpl b/values/slurm/values/slurm.yaml.gotmpl index ba283564..d9ded65c 100644 --- a/values/slurm/values/slurm.yaml.gotmpl +++ b/values/slurm/values/slurm.yaml.gotmpl @@ -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