Created initial workflow to build and push DOcker image by Argo Workflow
This commit is contained in:
13
argo-workflows/role-binding.yaml
Normal file
13
argo-workflows/role-binding.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
name: argo-edu-agentpool-binding
|
||||
namespace: argo
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: edu-agentpool
|
||||
namespace: argo
|
||||
roleRef:
|
||||
kind: Role
|
||||
name: argo-workflow-manager
|
||||
apiGroup: rbac.authorization.k8s.io
|
Reference in New Issue
Block a user