fix: disable ClusterRoleBinding creation in E2E Helm values

The Headlamp chart defaults to creating a ClusterRoleBinding, but the
ARC runner service account lacks cluster-scoped RBAC permissions. E2E
tests only need Headlamp to serve the UI — no cluster-admin required.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-21 20:08:25 +00:00
parent 3d91572b59
commit d6c8a8bbfc
+3
View File
@@ -17,6 +17,9 @@ config:
pluginsDir: /headlamp/plugins
watchPlugins: false
clusterRoleBinding:
create: false
service:
type: ClusterIP