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