Skip to content

Commit

Permalink
Change K8S namespaces
Browse files Browse the repository at this point in the history
spaceone -> cloudforet
spaceone-plugin -> cloudforet-plugin

Signed-off-by: Choonho Son <[email protected]>
  • Loading branch information
Choonho Son committed Apr 21, 2024
1 parent b8289e8 commit c9384e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: supervisor-plugin-control-role
namespace: spaceone-plugin
namespace: cloudforet-plugin
rules:
- apiGroups:
- "*"
Expand All @@ -24,12 +24,12 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: supervisor-role-binding
namespace: spaceone-plugin
namespace: cloudforet-plugin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: supervisor-plugin-control-role
subjects:
- kind: ServiceAccount
name: default
namespace: spaceone
namespace: cloudforet

0 comments on commit c9384e7

Please sign in to comment.