File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ enable_aws_ce_grafana_backend_iam = true
15
15
# user_buckets = {
16
16
# "scratch-staging" : {
17
17
# "delete_after" : 7,
18
- # "tags" : { "2i2c:hub-name" : "staging" },
19
18
# },
20
19
# # Tip: add more scratch buckets below, if this cluster will be multi-tenant
21
20
# }
Original file line number Diff line number Diff line change @@ -7,12 +7,15 @@ region = "{{ cluster_region }}"
7
7
cluster_name = " {{ cluster_name }}"
8
8
cluster_nodes_location = " {{ cluster_region }}a"
9
9
10
+ enable_aws_ce_grafana_backend_iam = true
11
+
10
12
# Tip: uncomment and fill the missing info in the lines below if you want
11
13
# to setup scratch buckets for the hubs on this cluster.
12
14
#
13
15
# user_buckets = {
14
16
# "scratch-staging" : {
15
17
# "delete_after" : 7,
18
+ # "tags" : { "2i2c:hub-name" : "staging" },
16
19
# },
17
20
# # Tip: add more scratch buckets below, if this cluster will be multi-tenant
18
21
# }
@@ -28,3 +31,4 @@ cluster_nodes_location = "{{ cluster_region }}a"
28
31
# },
29
32
# # Tip: add more namespaces below, if this cluster will be multi-tenant
30
33
# }
34
+
You can’t perform that action at this time.
0 commit comments