Skip to content

Commit b23edef

Browse files
authored
fix: remove unneeded OF namespace prefix from clusterrolebindings (#453)
Signed-off-by: odubajDT <[email protected]>
1 parent 26ae125 commit b23edef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/rbac/flagd_kubernetes_sync_clusterrolebinding.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ metadata:
44
name: flagd-kubernetes-sync
55
subjects:
66
- kind: ServiceAccount
7-
name: open-feature-operator-controller-manager
7+
name: controller-manager
88
namespace: system
99
apiGroup: ""
1010
- kind: ServiceAccount
11-
name: open-feature-operator-flagd-proxy
11+
name: flagd-proxy
1212
namespace: system
1313
apiGroup: ""
1414
roleRef:
1515
kind: ClusterRole
16-
name: open-feature-operator-flagd-kubernetes-sync
17-
apiGroup: ""
16+
name: flagd-kubernetes-sync
17+
apiGroup: ""

0 commit comments

Comments
 (0)