You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- apiVersion: rbac.authorization.k8s.io/v1
- kind: RoleBinding
- metadata:
- name: executor-role-bind
- namespace: argo
- roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: Role
- name: executor-vcjob
- subjects:
- - kind: ServiceAccount
- name: default
- namespace: argo
- - kind: ServiceAccount
- name: volcano-executor-plugin
- namespace: argo
- - kind: ServiceAccount
- name: argo
- namespace: argo
-
- ---
- apiVersion: rbac.authorization.k8s.io/v1
- kind: Role
- metadata:
- name: executor-vcjob
- namespace: argo
- annotations:
- workflows.argoproj.io/description: |
- Recommended minimum permissions for the `docker` executor.
- This executor is superseded by the `emmisary` executor, so we do not recommend you use it anymore.
- rules:
- - apiGroups:
- - "argoproj.io"
- resources:
- - "*"
- verbs:
- - "*"
|