fix chart lint failure
Signed-off-by: Poor12 <shentiecheng@huawei.com>
This commit is contained in:
parent
026781f207
commit
ac7619fb13
|
@ -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"
|
||||
|
|
|
@ -94,7 +94,8 @@ spec:
|
|||
path: /readyz
|
||||
port: 5443
|
||||
scheme: HTTPS
|
||||
periodSeconds: 1
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 15
|
||||
resources:
|
||||
|
|
Loading…
Reference in New Issue