File tree Expand file tree Collapse file tree
kubernetes-ingress/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 lint-scripts :
44 docker :
55 - image : koalaman/shellcheck-alpine
6- resource_class : large
76 steps :
87 - checkout
98 - run :
@@ -14,23 +13,20 @@ jobs:
1413 lint-charts :
1514 docker :
1615 - image : quay.io/helmpack/chart-testing:latest
17- resource_class : large
1816 steps :
1917 - checkout
2018 - run :
2119 command : |
2220 ct lint --all --validate-maintainers=false --config .circleci/ct.yaml
2321 install-charts :
2422 machine : true
25- resource_class : large
2623 steps :
2724 - checkout
2825 - run :
2926 no_output_timeout : 20m
3027 command : .circleci/install_charts.sh
3128 release-charts :
3229 machine : true
33- resource_class : large
3430 steps :
3531 - checkout
3632 - add_ssh_keys :
Original file line number Diff line number Diff line change 9595- apiGroups :
9696 - ingress.v1.haproxy.org
9797 - ingress.v1.haproxy.com
98+ - ingress.v3.haproxy.org
99+ - ingress.v3.haproxy.com
98100 resources :
99101 - " *"
100102 verbs :
You can’t perform that action at this time.
0 commit comments