Skip to content

Commit 14891d0

Browse files
committed
MINOR: kubernetes-ingress: Update CI and README for CRD job
Signed-off-by: Dinko Korunic <[email protected]>
1 parent 1b495c8 commit 14891d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
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

kubernetes-ingress/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ kubectl apply -f https://raw.githubusercontent.com/haproxytech/helm-charts/main/
262262
kubectl 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

267270
To uninstall/delete the _my-release_ deployment:

0 commit comments

Comments
 (0)