Merge pull request #2711 from Poor12/fix-chart-lint

fix chart lint failure
This commit is contained in:
karmada-bot 2022-10-31 16:57:41 +08:00 committed by GitHub
commit 7765904094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -65,4 +65,4 @@ jobs:
kubectl_version: ${{ env.K8S_VERSION }}
- name: Run chart-testing (install)
run: ct install --debug --helm-extra-args "--timeout 400s"
run: ct install --debug --helm-extra-args "--timeout 800s"

View File

@ -94,7 +94,8 @@ spec:
path: /readyz
port: 5443
scheme: HTTPS
periodSeconds: 1
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 15
resources: