Created initial workflow to build and push DOcker image by Argo Workflow

This commit is contained in:
Marcin-Ramotowski
2025-05-10 15:14:33 +00:00
parent 76a351710f
commit 3764970082
4 changed files with 121 additions and 0 deletions

View 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