Create service account for scheduler web service to enable workflow creation

This commit is contained in:
plm
2025-01-16 13:20:10 +01:00
parent f6fa0e22d2
commit 2738dd614c
3 changed files with 42 additions and 14 deletions

View File

@@ -70,18 +70,4 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: custom-argo-clusterrole
---
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
name: hello-world
namespace: {{ .Release.Namespace }}
spec:
entrypoint: whalesay
templates:
- name: whalesay
container:
image: docker/whalesay
command: [ cowsay ]
args: [ "hello world" ]
{{- end }}