Skip to content

Commit 279fcc9

Browse files
author
Per Goncalves da Silva
committed
Fix merge conflicts
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 6d05a31 commit 279fcc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/base/catalogd/rbac/standard/role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ apiVersion: rbac.authorization.k8s.io/v1
3535
kind: Role
3636
metadata:
3737
name: manager-role
38-
namespace: system
38+
namespace: olmv1-system
3939
rules:
4040
- apiGroups:
4141
- ""

config/base/operator-controller/rbac/standard/role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ apiVersion: rbac.authorization.k8s.io/v1
6262
kind: Role
6363
metadata:
6464
name: manager-role
65-
namespace: system
65+
namespace: olmv1-system
6666
rules:
6767
- apiGroups:
6868
- ""

0 commit comments

Comments
 (0)