github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/syz-cluster/overlays/minikube/global-config.yaml (about) 1 # Copyright 2025 syzkaller project authors. All rights reserved. 2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4 apiVersion: v1 5 kind: ConfigMap 6 metadata: 7 name: global-config 8 data: 9 config.yaml: | 10 URL: http://localhost 11 parallelWorkflows: 1 12 # Whatever, it's just for debugging. 13 loreArchives: 14 - linux-wireless 15 emailReporting: 16 name: test-name 17 docs: http://docs/ 18 sender: smtp 19 supportEmail: name@email.com 20 archiveList: archive@list.com 21 moderationList: moderation@list.com 22 smtpConfig: 23 from: sender@email.com