-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathvalues.yaml
More file actions
34 lines (30 loc) · 909 Bytes
/
values.yaml
File metadata and controls
34 lines (30 loc) · 909 Bytes
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
# Minimal Sourcebot Installation Example
# Sourcebot application configuration
sourcebot:
# Sourcebot application configuration
config:
$schema: https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/v3/index.json
connections:
# Example: GitHub repositories
github-repos:
type: github
repos:
- sourcebot-dev/sourcebot
# Load secret environment variables
envFrom:
- secretRef:
name: sourcebot-env-secrets
# PostgreSQL configuration
postgresql:
auth:
# Reference the existing secret created separately
existingSecret: sourcebot-secrets
secretKeys:
userPasswordKey: postgresql-password
adminPasswordKey: postgresql-password
# Redis configuration
redis:
auth:
# Reference the existing secret created separately
existingSecret: sourcebot-secrets
existingSecretPasswordKey: redis-password