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: