forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deployer: add aws cluster.yaml file generation for parity with gcp
- Loading branch information
1 parent
3784377
commit 5f36335
Showing
3 changed files
with
53 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: {{ cluster_name }} | ||
provider: aws # {{ sign_in_url }} | ||
aws: | ||
key: enc-deployer-credentials.secret.json | ||
clusterType: eks | ||
clusterName: {{ cluster_name }} | ||
region: {{ cluster_region }} | ||
billing: | ||
paid_by_us: {{ paid_by_us }} | ||
support: | ||
helm_chart_values_files: | ||
- support.values.yaml | ||
- enc-support.secret.values.yaml | ||
hubs: [] | ||
# Uncomment the lines below once the support infrastructure was deployed and | ||
# you are ready to add the first cluster | ||
|
||
# - name: {{ hub_name }} | ||
# # Tip: consider changing this to something more human friendly | ||
# display_name: "{{ cluster_name }} - {{ hub_name }}" | ||
# domain: {{ hub_name }}.{{ cluster_name }}.2i2c.cloud | ||
# helm_chart: {{ hub_type }} | ||
# helm_chart_values_files: | ||
# - common.values.yaml | ||
# - {{ hub_name }}.values.yaml | ||
# - enc-{{ hub_name }}.secret.values.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters