From 2c290bd346957319c049aeb04849e0085052629c Mon Sep 17 00:00:00 2001 From: "weizhou.lan@daocloud.io" Date: Mon, 22 Aug 2022 21:09:38 +0800 Subject: [PATCH] chart: remove values GcEvictedPodPod Signed-off-by: weizhou.lan@daocloud.io --- .github/workflows/update-chart-readme.yml | 3 ++- charts/spiderpool/values.yaml | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-chart-readme.yml b/.github/workflows/update-chart-readme.yml index 7f2d74d0d7..1b5a4f1ab8 100644 --- a/.github/workflows/update-chart-readme.yml +++ b/.github/workflows/update-chart-readme.yml @@ -39,7 +39,8 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 with: - ref: ${{ github.event.pull_request.head.sha }} + ref: ${{github.event.pull_request.head.ref}} + repository: ${{ github.event.pull_request.head.repo.full_name }} path: thisPorject - name: Execute readme-generator-for-helm diff --git a/charts/spiderpool/values.yaml b/charts/spiderpool/values.yaml index 56c6ae49cf..5e8d3a6af7 100644 --- a/charts/spiderpool/values.yaml +++ b/charts/spiderpool/values.yaml @@ -57,6 +57,13 @@ feature: ## @param feature.gc.GcDeletingTimeOutPod.delay the gc delay seconds after the pod times out of deleting graceful period delay: 0 + GcEvictedPodPod: + ## @param feature.gc.GcEvictedPodPod.enabled enable retrieve IP for the pod who is evicted + enabled: true + + ## @param feature.gc.GcEvictedPodPod.delay the gc delay seconds after the pod is evicted + delay: 0 + ## @section clusterDefaultPool parameters ## clusterDefaultPool: