11 lines
409 B
YAML
11 lines
409 B
YAML
|
|
# Global cluster configuration
|
||
|
|
# Override any of these in terraform.tfvars or by forking the repo.
|
||
|
|
# NOTE: repoURL in apps/apps.yaml and manifests/*.yaml must be updated manually —
|
||
|
|
# ArgoCD Application spec fields cannot be templated via Helm values.
|
||
|
|
|
||
|
|
clusterName: dumpnet
|
||
|
|
domain: dumpnet.chat
|
||
|
|
repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
|
||
|
|
certEmail: dumpnetcerts@keane.sh
|
||
|
|
awsRegion: us-east-1
|