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 c49c080 commit 1ad9916
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-spell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fi
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ steps.get_ref.outputs.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-chart-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout bitnami-labs/readme-generator-for-helm
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: 'bitnami-labs/readme-generator-for-helm'
ref: '1af12881436b1f58f0643d733fd5196b4a11caa8'
Expand All @@ -37,7 +37,7 @@ jobs:
npm install
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
path: thisPorject
Expand Down
4 changes: 0 additions & 4 deletions charts/spiderpool/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ spec:
value: {{ .Values.feature.gc.GcDeletingTimeOutPod.enabled | quote }}
- name: SPIDERPOOL_GC_TERMINATING_POD_IP_DELAY
value: {{ .Values.feature.gc.GcDeletingTimeOutPod.delay | quote }}
- name: SPIDERPOOL_GC_EVICTED_POD_IP_ENABLED
value: {{ .Values.feature.gc.GcEvictedPodPod.enabled | quote }}
- name: SPIDERPOOL_GC_EVICTED_POD_IP_DELAY
value: {{ .Values.feature.gc.GcEvictedPodPod.delay | quote }}
- name: SPIDERPOOL_POD_NAME
valueFrom:
fieldRef:
Expand Down
7 changes: 0 additions & 7 deletions charts/spiderpool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ 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 1ad9916

Please sign in to comment.