Skip to content

Commit

Permalink
chart: remove values GcEvictedPodPod
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue committed Aug 22, 2022
1 parent 1ad9916 commit 2c290bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-chart-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions charts/spiderpool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c290bd

Please sign in to comment.