blob: 503b50318dda32dd92fbcc9f8a45d3dfe29c665d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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:
executor: |
env:
- name: STORAGE_EMULATOR_HOST
value: http://fake-gcs-server.default.svc.cluster.local:4443
|