Created initial workflow to build and push DOcker image by Argo Workflow
This commit is contained in:
12
argo-workflows/argo-workflow-manager-role.yaml
Normal file
12
argo-workflows/argo-workflow-manager-role.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: Role
|
||||
metadata:
|
||||
namespace: argo
|
||||
name: argo-workflow-manager
|
||||
rules:
|
||||
- apiGroups: ["argoproj.io"]
|
||||
resources: ["workflowtaskresults"]
|
||||
verbs: ["create", "get", "list", "update", "patch", "delete"]
|
||||
- apiGroups: ["argoproj.io"]
|
||||
resources: ["workflows"]
|
||||
verbs: ["create", "get", "list", "update", "patch", "delete"]
|
Reference in New Issue
Block a user