Skip to content

Commit e3ae87e

Browse files
committed
Initialize aws.billing.paid_by_us
1 parent bca2def commit e3ae87e

File tree

16 files changed

+33
-1
lines changed

16 files changed

+33
-1
lines changed

config/clusters/2i2c-aws-us/cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ aws:
55
clusterType: eks
66
clusterName: 2i2c-aws-us
77
region: us-west-2
8+
billing:
9+
paid_by_us: true
810
support:
911
helm_chart_values_files:
1012
- support.values.yaml

config/clusters/bican/cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ aws:
55
clusterType: eks
66
clusterName: bican
77
region: us-east-2
8+
billing:
9+
paid_by_us: true
810
support:
911
helm_chart_values_files:
1012
- support.values.yaml

config/clusters/catalystproject-africa/cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ aws:
55
clusterType: eks
66
clusterName: catalystproject-africa
77
region: af-south-1
8+
billing:
9+
paid_by_us: true
810
support:
911
helm_chart_values_files:
1012
- support.values.yaml

config/clusters/earthscope/cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ aws:
55
clusterType: eks
66
clusterName: earthscope
77
region: us-east-2
8+
billing:
9+
paid_by_us: false
810
support:
911
helm_chart_values_files:
1012
- support.values.yaml

config/clusters/gridsst/cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ aws:
55
clusterType: eks
66
clusterName: gridsst
77
region: us-west-2
8+
billing:
9+
paid_by_us: true
810
support:
911
helm_chart_values_files:
1012
- support.values.yaml

config/clusters/jupyter-meets-the-earth/cluster.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: jupyter-meets-the-earth
2-
provider: aws # https://286354552638.signin.aws.amazon.com/console
2+
provider: aws # https://286354552638.signin.aws.amazon.com/console
33
aws:
44
key: enc-deployer-credentials.secret.json
55
clusterType: eks
66
clusterName: jupyter-meets-the-earth
77
region: us-west-2
8+
billing:
9+
paid_by_us: false
810
support:
911
helm_chart_values_files:
1012
- support.values.yaml

config/clusters/linc/cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ aws:
55
clusterType: eks
66
clusterName: linc
77
region: us-east-1
8+
billing:
9+
paid_by_us: true
810
support:
911
helm_chart_values_files:
1012
- support.values.yaml

config/clusters/nasa-cryo/cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ aws:
55
clusterType: eks
66
clusterName: nasa-cryo
77
region: us-west-2
8+
billing:
9+
paid_by_us: true
810
support:
911
helm_chart_values_files:
1012
- support.values.yaml

config/clusters/nasa-esdis/cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ aws:
66
clusterType: eks
77
clusterName: nasa-esdis
88
region: us-west-2
9+
billing:
10+
paid_by_us: false
911
support:
1012
helm_chart_values_files:
1113
- support.values.yaml

config/clusters/nasa-ghg/cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ aws:
66
clusterType: eks
77
clusterName: nasa-ghg-hub
88
region: us-west-2
9+
billing:
10+
paid_by_us: false
911
support:
1012
helm_chart_values_files:
1113
- support.values.yaml

0 commit comments

Comments
 (0)