From 4bedf23e6d4e64958531c1f3567ba4e53a45c599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Fri, 26 Sep 2025 17:03:21 +0200 Subject: [PATCH] fix: Controller --- values/slurm/values/slurm.yaml.gotmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values/slurm/values/slurm.yaml.gotmpl b/values/slurm/values/slurm.yaml.gotmpl index e47d19fb..dbeaf505 100644 --- a/values/slurm/values/slurm.yaml.gotmpl +++ b/values/slurm/values/slurm.yaml.gotmpl @@ -146,13 +146,13 @@ controller: # Ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/ persistence: # -- Enable persistence for slurmctld, retain save-state across recreations. - enabled: false + enabled: true # -- 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 + existingClaim: "null" # -- (string) The name of the `StorageClass` for the created `PersistentVolumeClaim`. # Ref: https://kubernetes.io/docs/concepts/storage/storage-classes/ - # storageClassName: null + storageClassName: default # Create the `PersistentVolumeClaim` with the desired access modes. # Ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes accessModes: