Skip to content

Commit

Permalink
change default backend for lightning (#4426)
Browse files Browse the repository at this point in the history
  • Loading branch information
KanShiori authored Feb 23, 2022
1 parent 1eb8baa commit 355d4fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/tidb-lightning/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ annotations: {}
tolerations: []
affinity: {}

# The delivery backend used to import data (valid options include `importer`, `local` and `tidb`).
# The delivery backend used to import data (valid options include `local`, `tidb` and `importer`(deprecated)).
# If set to `local`, then the following `sortedKV` should be set.
backend: importer
backend: local

# For `local` backend, an extra PV is needed for local KV sorting.
sortedKV: {}
# storageClassName: local-storage
# storage: 100Gi
sortedKV:
storageClassName: local-storage
storage: 100Gi

# Specify a Service Account for lightning
# serviceAccount:
Expand Down

0 comments on commit 355d4fc

Please sign in to comment.