Merge pull request #2711 from Poor12/fix-chart-lint
fix chart lint failure
This commit is contained in:
commit
7765904094
|
@ -65,4 +65,4 @@ jobs:
|
||||||
kubectl_version: ${{ env.K8S_VERSION }}
|
kubectl_version: ${{ env.K8S_VERSION }}
|
||||||
|
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
run: ct install --debug --helm-extra-args "--timeout 400s"
|
run: ct install --debug --helm-extra-args "--timeout 800s"
|
||||||
|
|
|
@ -94,7 +94,8 @@ spec:
|
||||||
path: /readyz
|
path: /readyz
|
||||||
port: 5443
|
port: 5443
|
||||||
scheme: HTTPS
|
scheme: HTTPS
|
||||||
periodSeconds: 1
|
initialDelaySeconds: 10
|
||||||
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 15
|
timeoutSeconds: 15
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in New Issue