18 lines
No EOL
426 B
YAML
18 lines
No EOL
426 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: admin-user
|
|
namespace: argo-workflows
|
|
annotations:
|
|
workflows.argoproj.io/rbac-rule: "true"
|
|
workflows.argoproj.io/rbac-rule-precedence: "1"
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: admin-user.service-account-token
|
|
namespace: argo-workflows
|
|
annotations:
|
|
kubernetes.io/service-account.name: admin-user
|
|
type: kubernetes.io/service-account-token |