Rename Backstage ClusterRole to avoid Helm conflict
Renamed from backstage-environment-manager to backstage-k8s-plugin to avoid being overwritten by the Backstage Helm chart. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
01ef191482
commit
b0c5fb679a
@ -3,7 +3,7 @@
|
|||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
metadata:
|
metadata:
|
||||||
name: backstage-environment-manager
|
name: backstage-k8s-plugin
|
||||||
rules:
|
rules:
|
||||||
# Namespace management for environment lifecycle
|
# Namespace management for environment lifecycle
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
@ -55,11 +55,11 @@ rules:
|
|||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: backstage-environment-manager-binding
|
name: backstage-k8s-plugin-binding
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: backstage-environment-manager
|
name: backstage-k8s-plugin
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: backstage
|
name: backstage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user