Skip to content

Commit 68fb624

Browse files
committed
chore: update kustomization and configuration files for CubeJS and remove commented resources
1 parent 249c86d commit 68fb624

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

deployments/cloud/k8s/applications/cubejs/cube/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extraEnvVars:
1111
- name: DBT_GCS_BUCKET
1212
value: rainbow-data-production-dbt
1313
- name: MANIFEST_PATH
14-
value: dbt/manifest.json
14+
value: docs/manifest.json
1515

1616
extraEnvVarsFromSecret: cube-secret
1717

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- dagster/
5-
- superset/
4+
# - dagster/
5+
# - superset/
66
# - redpanda/
77
- cubejs/

deployments/cloud/terraform/storage.tf

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
resource "google_storage_bucket" "cubejs" {
2-
name = "rainbow-data-production-cubejs"
3-
location = local.region
4-
uniform_bucket_level_access = true
5-
public_access_prevention = "enforced"
1+
# resource "google_storage_bucket" "cubejs" {
2+
# name = "rainbow-data-production-cubejs"
3+
# location = local.region
4+
# uniform_bucket_level_access = true
5+
# public_access_prevention = "enforced"
6+
# }
7+
8+
data "google_storage_bucket" "cubejs" {
9+
name = "${local.project_id}-cubejs"
610
}
711

812
# resource "google_storage_bucket" "dbt" {

0 commit comments

Comments
 (0)