Skip to content

Commit

Permalink
ci: fix e2e-examples in GitHub Action (#5335)
Browse files Browse the repository at this point in the history
Co-authored-by: csuzhangxc <[email protected]>
  • Loading branch information
ti-chi-bot and csuzhangxc authored Oct 16, 2023
1 parent 4ad5b9f commit 37cbe94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/selfsigned-tls/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ spec:
replicas: 1
requests:
storage: "1Gi"
config: {}
config:
storage:
# In examples, we set this to avoid using too much storage.
reserve-space: "0MB"
tidb:
baseImage: pingcap/tidb
maxFailoverCount: 0
Expand Down

0 comments on commit 37cbe94

Please sign in to comment.