Skip to content

Commit 7b69ba6

Browse files
committed
BUG: kubernetes-ingress: Add missing apiGroups to RBAC
Signed-off-by: Dinko Korunic <[email protected]>
1 parent a5d0ed3 commit 7b69ba6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.circleci/config.yml

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

kubernetes-ingress/templates/clusterrole.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ rules:
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:

0 commit comments

Comments
 (0)