-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path01-configuration.yaml
66 lines (58 loc) · 1.58 KB
/
01-configuration.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
apiVersion: config.testmachinery.gardener.cloud/v1beta1
kind: Configuration
controller:
healthAddr: ":8081"
metricsAddr: ":8081"
enableLeaderElection: false
maxConcurrentSyncs: 1
webhook:
port: 443
certDir: ""
dependencyHealthCheck:
namespace: ""
deploymentName: workflow-controller
interval: 1m
testmachinery:
namespace: default
testdefPath: .test-defs
prepareImage: "europe-docker.pkg.dev/gardener-project/releases/testmachinery/prepare-step:latest"
baseImage: "europe-docker.pkg.dev/gardener-project/releases/testmachinery/base-step:latest"
local: false
insecure: false
disableCollector: false
cleanWorkflowPods: false
# landscapeMappings: # specify, if a service account is configured for trust via OpenID Connect Webhook Authenticator
# - allowUntrustedUsage: false
# apiServerUrl: https://api.server.com
# audience: dev
# expirationSeconds: 7200
# namespace: default
argo:
argoUI:
ingress:
enabled: true
host: argoui.example.com
chartValues: {}
github:
cache:
cacheDir: /tmp/tm/cache
cacheDiskSizeGB: 5
maxAgeSeconds: 60
secretsPath: "" # mount secrets and specify the path
s3Configuration:
server:
# minio:
# distributed: false
# ingress:
# enabled: true
# host: minio.example.com
# chartValues: {}
endpoint: s3.bucket.europe.aws.com # will be automatically determined if minio is specified
ssl: false
bucketName: testmachinery
accessKey: AIasdf
secretKey: abc
esConfiguration:
endpoint: https:...:9200
username: user
password: my-password