blob: 690ae176a5397d643accfc97db263aae37c89de6 (
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: artifact-repositories
annotations:
workflows.argoproj.io/default-artifact-repository: gcs-repo
data:
gcs-repo: |
gcs:
bucket: workflow-artifacts
|