Skip to content

Commit

Permalink
Disable localStorage by default
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jul 2, 2024
1 parent 28592d7 commit 4fd605e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -704,17 +704,17 @@ studioDatachainWorker:
storageClass: ""

# -- Local storage configuration
localStorage:
# localStorage:
# -- Local Storage type. Possible values: `emptyDir`, `ephemeral`, `pvc`
type: ephemeral
# type: ephemeral
# -- Local Storage size
size: 1Gi
# size: 1Gi
# -- Persistent Volume Claim configuration for local storage
persistentVolumeClaim:
# persistentVolumeClaim:
# -- Persistent Volume Claim name, to mount externally managed PVC (`localStorage.type` has to be set to `pvc`)
claimName: "datachain-worker-local"
# claimName: "datachain-worker-local"
# -- Persistent Volume Claim `storageClass` name, by default it will use the default `storageClass`(not used when `pvc` is set as type)
storageClass: ""
# storageClass: ""

# -- DataChain worker deployment strategy
strategy:
Expand Down

0 comments on commit 4fd605e

Please sign in to comment.