fix: Controller
This commit is contained in:
@@ -146,13 +146,13 @@ controller:
|
|||||||
# Ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
|
# Ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
|
||||||
persistence:
|
persistence:
|
||||||
# -- Enable persistence for slurmctld, retain save-state across recreations.
|
# -- Enable persistence for slurmctld, retain save-state across recreations.
|
||||||
enabled: false
|
enabled: true
|
||||||
# -- Name of the existing `PersistentVolumeClaim` to use instead of creating one.
|
# -- Name of the existing `PersistentVolumeClaim` to use instead of creating one.
|
||||||
# If this is not empty, then certain other fields will be ignored.
|
# 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`.
|
# -- (string) The name of the `StorageClass` for the created `PersistentVolumeClaim`.
|
||||||
# Ref: https://kubernetes.io/docs/concepts/storage/storage-classes/
|
# Ref: https://kubernetes.io/docs/concepts/storage/storage-classes/
|
||||||
# storageClassName: null
|
storageClassName: default
|
||||||
# Create the `PersistentVolumeClaim` with the desired access modes.
|
# Create the `PersistentVolumeClaim` with the desired access modes.
|
||||||
# Ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
|
# Ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
|
||||||
accessModes:
|
accessModes:
|
||||||
|
|||||||
Reference in New Issue
Block a user