-
Notifications
You must be signed in to change notification settings - Fork 362
Expand file tree
/
Copy pathvalues.dev.yaml
More file actions
63 lines (63 loc) · 1.45 KB
/
values.dev.yaml
File metadata and controls
63 lines (63 loc) · 1.45 KB
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
global:
clusterSecretsNamespace: kargo-cluster-secrets
api:
logLevel: DEBUG
host: localhost:30081
tls:
enabled: false
permissiveCORSPolicyEnabled: true
defaultShardName: tilt-shard
probes:
enabled: false
adminAccount:
# The password is 'admin'
passwordHash: "$2a$10$Zrhhie4vLz5ygtVSaif6o.qN36jgs6vjtMBdM6yrU1FOeiAAMMxOm"
tokenSigningKey: iwishtowashmyirishwristwatch
rollouts:
logs:
enabled: true
# This is Pride and Prejudice. It's an adequate volume of text to validate
# that log streaming via SSE truly works as intended.
urlTemplate: https://www.gutenberg.org/files/1342/1342-0.txt
oidc:
enabled: true
dex:
enabled: true
connectors:
- id: mock
name: Example
type: mockCallback
probes:
enabled: false
admins:
claims:
email:
# This email claim is hard-coded in the Dex mockCallback connector
- kilgore@kilgore.trout
controller:
logLevel: DEBUG
shardName: tilt-shard
isDefault: true
gitClient:
name: "Kargo Test Key"
email: "no-reply@kargo.io"
signingKeySecret:
name: kargo-test-gpg-signing-key
images:
cache:
cacheByTagPolicy: Force
crds:
install: true
externalWebhooksServer:
logLevel: DEBUG
host: localhost:30083
tls:
enabled: false
probes:
enabled: false
garbageCollector:
logLevel: DEBUG
managementController:
logLevel: DEBUG
webhooksServer:
logLevel: DEBUG