blob: 0ff55f9bb2ac9b9a9a3676a97ed6364059e7e72d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 2025 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
apiVersion: v1
kind: ConfigMap
metadata:
name: workflow-controller-configmap
namespace: argo
data:
workflowDefaults: |
spec:
serviceAccountName: argo-executor-ksa
|