File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1717 - checkout
1818 - run :
1919 command : |
20- find . -type f -ipath '*/crds/*' -exec grep 'nullable:[[:space:]]*false' '{}' '+' && exit 1
2120 ct lint --all --validate-maintainers=false --config .circleci/ct.yaml
2221 install-charts :
2322 machine : true
Original file line number Diff line number Diff line change @@ -262,6 +262,9 @@ kubectl apply -f https://raw.githubusercontent.com/haproxytech/helm-charts/main/
262262kubectl apply -f https://raw.githubusercontent.com/haproxytech/helm-charts/main/kubernetes-ingress/crds/core.haproxy.org_backends.yaml
263263` ` `
264264
265+ Note : from Helm Chart 1.35.0, Helm Chart contains CRD install/upgrade job that will take care of both installing and
266+ upgrading CRDs accordingly.
267+
265268# # Uninstalling the chart
266269
267270To uninstall/delete the _my-release_ deployment :
You can’t perform that action at this time.
0 commit comments