From b92b42bcc27cc419fb73cd900f0555a51ad8ef80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Fri, 26 Sep 2025 17:05:21 +0200 Subject: [PATCH] fix: Disable --- 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 dbeaf505..132c1408 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"