* move to os-system * host path * test * debug * debug * debug * debug * debug * argo add values * debug * debug * debug * debug * remove keyFormat
27 lines
601 B
YAML
27 lines
601 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: os-system:argoworkflows
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: argoworkflows
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: argoworkflows
|
|
namespace: os-system
|
|
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: os-system:argoworkflows-cluster-template
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: argoworkflows-cluster-template
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: argoworkflows
|
|
namespace: os-system
|