Simplify helm-extra-args in ct-install.yaml
Removed redundant '--wait' and '--wait-for-jobs' arguments from helm-extra-args. Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
remote: origin
|
remote: origin
|
||||||
target-branch: master
|
target-branch: master
|
||||||
helm-extra-args: --wait --wait-for-jobs --timeout 250s
|
helm-extra-args: --timeout 250s
|
||||||
chart-yaml-schema: .github/chart_schema.yaml
|
chart-yaml-schema: .github/chart_schema.yaml
|
||||||
chart-dirs:
|
chart-dirs:
|
||||||
- charts/incubator
|
- charts/incubator
|
||||||
|
|||||||
Reference in New Issue
Block a user