-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathvalues.yaml
More file actions
22 lines (20 loc) · 979 Bytes
/
values.yaml
File metadata and controls
22 lines (20 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#Use secrets in plaintext, they'll be encoded to base64 automatically.
secrets:
data:
- key: POSTGRESQL_PASSWORD
value: "change-me"
- key: WEBHOOK_TOKEN
value: "XXXXXXXXXXXXXXXXXXXX"
# - key: AZURE_ACCOUNT_KEY # token with read write access to AZURE_BLOB_CONTAINER_CI_LOG and AZURE_BLOB_CONTAINER_CI_CACHE ,optional, if not provided pod identity will be used for authentication
# value: "#########"
configs:
DEFAULT_CD_LOGS_BUCKET_REGION: "change-me"
DEFAULT_CACHE_BUCKET: "change-me"
DEFAULT_CACHE_BUCKET_REGION: "change-me"
DEFAULT_BUILD_LOGS_BUCKET: "change-me"
EXTERNAL_SECRET_AMAZON_REGION: ""
PROMETHEUS_URL: "http://change-me/prometheus"
CLOUD_PROVIDER: "AWS" # AZURE| GCP| AWS
#AZURE_ACCOUNT_NAME: "test-account" # blob storage account name
#AZURE_BLOB_CONTAINER_CI_LOG: "ci-log-container" # container for ci log
#AZURE_BLOB_CONTAINER_CI_CACHE: "ci-cache-container" #container for ci cache, -> versioning policy similar to aws