From 8dae55b7dbce0f8053adee379d8a3e651e1a7206 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 16 Oct 2023 10:59:38 +0800 Subject: [PATCH] ci: fix e2e-examples in GitHub Action (#5334) Co-authored-by: csuzhangxc --- examples/selfsigned-tls/tidb-cluster.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/selfsigned-tls/tidb-cluster.yaml b/examples/selfsigned-tls/tidb-cluster.yaml index b43d6552d72..be19e6238f9 100644 --- a/examples/selfsigned-tls/tidb-cluster.yaml +++ b/examples/selfsigned-tls/tidb-cluster.yaml @@ -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