Skip to content

Commit 0718d30

Browse files
Ambient Code Botclaude
andcommitted
fix(manifests): wire ambient-control-plane-rbac.yaml into mpp-openshift kustomization
The RBAC Role/RoleBinding granting the control-plane SA get/list/watch/create/delete on tenantnamespaces.tenant.paas.redhat.com in ambient-code--config already existed but was never referenced in kustomization.yaml, causing Forbidden errors when the MPP provisioner tried to manage TenantNamespace CRs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3790b69 commit 0718d30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/manifests/overlays/mpp-openshift/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ resources:
1212
- ambient-control-plane.yaml
1313
- ambient-api-server-route.yaml
1414
- ambient-control-plane-sa.yaml
15+
- ambient-control-plane-rbac.yaml
1516
- ambient-tenant-ingress-netpol.yaml
1617

1718
patches:

0 commit comments

Comments
 (0)