-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.template.yaml
More file actions
52 lines (43 loc) · 2.01 KB
/
Copy pathconfig.template.yaml
File metadata and controls
52 lines (43 loc) · 2.01 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
### Config for CNOE GCP Reference Implementation ###
# Source: "https://github.com/livewyer-ops/reference-implementation-google"
# Details of your repository hosting the reference azure implementation code
repo:
url: "https://github.com/<REPLACE_ME_your_org>/reference-implementation-google"
revision: "main" # Branch or Tag which should be used for Argo CD Apps
basepath: "packages" # Directory in which configuration of addons is stored
# The name of the GKE cluster you are installing the reference implementation on.
cluster_name: "cnoe-ref-impl"
# GCP Region of the GKE cluster and cnoe-reference-implementation-google config secret
project: cnoe-idp
region: us-east1
# Base Domain name used for exposing services. It should be a subdomain or main domain of the DNS zone.
dns_zone: <REPLACE_ME_cnoe-dns>
dns_domain: <REPLACE_ME_example.com>
# GCP Secret Manager to use to store config secrets and certs
secret_manager: cnoe-ref-impl
# Set this to "true" if you want to enable path routing othewise "false" for domain based routing.
# When enabled, the exposed addons will be accessible at https://<domain_name>/<addon-name>
# When disabled, the exposed addons will be accessible at https://<addon-name>.<domain_name>
# !!! Note: This is a string value as it is passed on to the Argo CD cluster secret as label
path_routing: false
github:
appId: "<REPLACE_ME_12345678>"
installationId: "<REPLACE_ME_12345678>"
orgURL: https://github.com/<REPLACE_ME_your_org>
clientId: <REPLACE_ME_clientId>
clientSecret: <REPLACE_ME_clientSecret>
webhookUrl: <REPLACE_ME_webhookUrl>
webhookSecret: <REPLACE_ME_webhookSecret>
privateKey: |
-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
letsencrypt_env: prod
# Tags for GCP resources
tags:
githubRepo: "github.com/<REPLACE_ME_your_org>/reference-implementation-azure"
env: "dev"
project: "cnoe"
crossplane_workload_identity:
clientId: <REPLACE_ME_00000000-0000-0000-0000-000000000000>
tenantId: <REPLACE_ME_00000000-0000-0000-0000-000000000000>