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:
Vaibhav Pathak 2026-01-17 19:11:03 +05:30
parent 01ef191482
commit b0c5fb679a

View File

@ -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