From ad9931d761bc09650a5fc0f852e732da07f800a6 Mon Sep 17 00:00:00 2001
From: Alberto Pimpo <alberto.pimpo@cern.ch>
Date: Fri, 28 Jun 2024 11:53:05 +0200
Subject: [PATCH] Fix typo

---
 cc7/templates/role.yaml | 2 +-
 el9/templates/rbac.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cc7/templates/role.yaml b/cc7/templates/role.yaml
index 20f460b..c6a0484 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 d82a63a..81f57c5 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
-- 
GitLab