Skip to content

Commit

Permalink
cluster.core.oam.dev -> gateway.open-cluster-management.io
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Mar 3, 2024
1 parent b686435 commit 3936107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/cluster-auth-manager/common/gateway_cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: open-cluster-management:cluster-auth:cluster-gateway
name: open-cluster-management:cluster-gateway:proxy
rules:
- apiGroups:
- cluster.core.oam.dev
- gateway.open-cluster-management.io
resources:
- clustergateways/health
- clustergateways/proxy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rules:
resources: ["addondeploymentconfigs"]
verbs: ["get", "list", "watch"]
# cluster gateway
- apiGroups: [ "cluster.core.oam.dev" ]
- apiGroups: [ "gateway.open-cluster-management.io" ]
resources:
- "clustergateways/health"
- "clustergateways/proxy"
Expand Down

0 comments on commit 3936107

Please sign in to comment.