fix: Declare subject namespaces

This commit is contained in:
Peter 2026-04-01 22:27:26 +02:00
parent f144751bb8
commit ececbe0c6b
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -301,7 +301,6 @@ extraObjects:
annotations:
workflows.argoproj.io/rbac-rule: "true"
workflows.argoproj.io/rbac-rule-precedence: "0"
- apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
@ -309,6 +308,7 @@ extraObjects:
subjects:
- kind: ServiceAccount
name: admin-user
namespace: argocd-workflows
roleRef:
kind: ClusterRole
name: argo-workflows-admin
@ -320,6 +320,7 @@ extraObjects:
subjects:
- kind: ServiceAccount
name: read-only
namespace: argocd-workflows
roleRef:
kind: ClusterRole
name: argo-workflows-view