Restructure and variablize config
This commit is contained in:
parent
419bb286d4
commit
c6eed359e1
14 changed files with 122 additions and 28 deletions
10
values.yaml
Normal file
10
values.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue