Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 017711e

Browse files
authored
fix: Update RBAC for k8s 1.22 (#557)
* add support for K8S 1.22 back
1 parent 2d25d76 commit 017711e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/emr-eks-platform/resources/k8s/rbac/emr-containers-role.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
{
111111
"apiGroups": [
112-
"extensions"
112+
"extensions", "networking.k8s.io"
113113
],
114114
"resources": [
115115
"ingresses"

0 commit comments

Comments
 (0)