Skip to content

Commit

Permalink
fix: remove unneeded OF namespace prefix from clusterrolebindings (#453)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
  • Loading branch information
odubajDT committed Apr 10, 2023
1 parent 26ae125 commit b23edef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/rbac/flagd_kubernetes_sync_clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ metadata:
name: flagd-kubernetes-sync
subjects:
- kind: ServiceAccount
name: open-feature-operator-controller-manager
name: controller-manager
namespace: system
apiGroup: ""
- kind: ServiceAccount
name: open-feature-operator-flagd-proxy
name: flagd-proxy
namespace: system
apiGroup: ""
roleRef:
kind: ClusterRole
name: open-feature-operator-flagd-kubernetes-sync
apiGroup: ""
name: flagd-kubernetes-sync
apiGroup: ""

0 comments on commit b23edef

Please sign in to comment.