diff --git a/cc7/templates/role.yaml b/cc7/templates/role.yaml index 20f460b46ecf8d5030f33dfaf3d927f0236e8b84..c6a048453d856839fdde10141a64fc470f3c8ebd 100644 --- a/cc7/templates/role.yaml +++ b/cc7/templates/role.yaml @@ -36,7 +36,7 @@ rules: - apiGroups: - config.openshift.io resources: - - 'network' + - 'networks' verbs: - get - list diff --git a/el9/templates/rbac.yaml b/el9/templates/rbac.yaml index d82a63a93d51afc05b2b81ca1bd27e5f0705dfb5..81f57c55a2d505ce0e526dfe30b2435b674d5c09 100644 --- a/el9/templates/rbac.yaml +++ b/el9/templates/rbac.yaml @@ -36,7 +36,7 @@ rules: - apiGroups: - config.openshift.io resources: - - 'network' + - 'networks' verbs: - get - list