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.

rolebinding_default.yaml 763 B

12345678910111213141516171819202122232425262728293031323334
  1. apiVersion: rbac.authorization.k8s.io/v1
  2. kind: RoleBinding
  3. metadata:
  4. name: executor-role-bind
  5. namespace: argo
  6. roleRef:
  7. apiGroup: rbac.authorization.k8s.io
  8. kind: Role
  9. name: executor-vcjob
  10. subjects:
  11. - kind: ServiceAccount
  12. name: default
  13. namespace: argo
  14. ---
  15. apiVersion: rbac.authorization.k8s.io/v1
  16. kind: Role
  17. metadata:
  18. name: executor-vcjob
  19. namespace: argo
  20. annotations:
  21. workflows.argoproj.io/description: |
  22. Recommended minimum permissions for the `docker` executor.
  23. This executor is superseded by the `emmisary` executor, so we do not recommend you use it anymore.
  24. rules:
  25. - apiGroups:
  26. - argoproj.io
  27. resources:
  28. - workflowtaskresults
  29. - workflowtasksets/status
  30. verbs:
  31. - create
  32. - patch