fix: target privilegedescalation-dev namespace in E2E workflow
E2E_NAMESPACE was hardcoded to 'default', which is outside our permitted RBAC write scope. Switch to 'privilegedescalation-dev' where agents have read-write access per org policy. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,7 @@ permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
E2E_NAMESPACE: default
|
||||
E2E_NAMESPACE: privilegedescalation-dev
|
||||
E2E_RELEASE: headlamp-e2e
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user