-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdevtron-operator-configs.yaml
More file actions
30 lines (28 loc) · 1.05 KB
/
devtron-operator-configs.yaml
File metadata and controls
30 lines (28 loc) · 1.05 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
apiVersion: v1
kind: Secret
metadata:
name: devtron-operator-secret
namespace: devtroncd
type: Opaque
data:
POSTGRESQL_PASSWORD: Y2hhbmdlX21l
WEBHOOK_TOKEN: Y2hhbmdlX21l
AZURE_ACCOUNT_KEY: Y2hhbmdlX21l # 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
---
apiVersion: v1
kind: ConfigMap
metadata:
name: devtron-operator-cm
namespace: devtroncd
data:
#url without scheme and without trailing '/'
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: "AZURE" # 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