Skip to content

Commit f51bdc8

Browse files
committed
kubernetes-public: Enable billing service
Related to: - kubernetes-retired/funding#18 Enable `billingbudgets.googleapis.com` for GCP Billing budgets. All budgets created will be centralised in `kubernetes-public` project. Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
1 parent 2353126 commit f51bdc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infra/gcp/bash/ensure-main-project.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ readonly TERRAFORM_STATE_BUCKET_ENTRIES=(
8787
# graph here? ensure_only_services dynamically computes the set of
8888
# expected services
8989
readonly MAIN_PROJECT_SERVICES=(
90+
# We store budgets applied to projects of the kubernetes.io org
91+
billingbudgets.googleapis.com
9092
# We export billing data to bigquery
9193
bigquery.googleapis.com
9294
# We use cloud asset inventory from this project to audit all projects

0 commit comments

Comments
 (0)