From d64ba5496ab21b159dfdebc5b6d863dd2caa81c5 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 8 Jul 2024 16:29:30 +0200 Subject: [PATCH] projectpythia: set paid_by_us to false to reflect new account setup notes --- config/clusters/projectpythia/cluster.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/clusters/projectpythia/cluster.yaml b/config/clusters/projectpythia/cluster.yaml index 16c1fe5f40..b7c3ae689d 100644 --- a/config/clusters/projectpythia/cluster.yaml +++ b/config/clusters/projectpythia/cluster.yaml @@ -6,10 +6,7 @@ aws: clusterName: projectpythia region: us-west-2 billing: - # For an AWS account explicitly configured to have the cloud bill - # paid directly by the community and not through 2i2c, declare - # paid_by_us to false - paid_by_us: true + paid_by_us: false support: helm_chart_values_files: - support.values.yaml