Cleanup argo-workflows directory

This commit is contained in:
Marcin-Ramotowski
2025-08-02 13:16:06 +02:00
parent 77884b291d
commit 2777e73aa2
11 changed files with 173 additions and 43 deletions

View 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"]