diff --git a/k8s-peterg/argo-workflows/values.yaml b/k8s-peterg/argo-workflows/values.yaml index 7d08229..6e61a91 100644 --- a/k8s-peterg/argo-workflows/values.yaml +++ b/k8s-peterg/argo-workflows/values.yaml @@ -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