Skip to content

Commit

Permalink
Merge pull request #621 from spidernet-io/pr/welancc
Browse files Browse the repository at this point in the history
chart: remove values GcEvictedPodPod
  • Loading branch information
weizhoublue committed Aug 22, 2022
2 parents 610a061 + 2c290bd commit 33fa703
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 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
7 changes: 4 additions & 3 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,9 +37,10 @@ jobs:
npm install
- name: Checkout Code
uses: actions/checkout@v2
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
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

0 comments on commit 33fa703

Please sign in to comment.