File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: plural.sh/v1alpha1
22kind : Dependencies
33metadata :
44 description : mimir gcp setup
5- version : 0.1.1
5+ version : 0.1.2
66spec :
77 dependencies :
88 - name : gcp-bootstrap
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ cluster_name = {{ .Cluster | quote }}
33mimir_blocks_bucket = {{ .Values.mimirBlocksBucket | quote }}
44mimir_alert_bucket = {{ .Values.mimirAlertBucket | quote }}
55mimir_ruler_bucket = {{ .Values.mimirRulerBucket | quote }}
6- bucket_location = {{ .Context.BucketLocation | quote }}
6+ bucket_location = {{ .Context.BucketLocation | quote }}
7+ project_id = {{ .Project | quote }}
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ variable "cluster_name" {
77 type = string
88}
99
10+ variable "project_id" {
11+ type = string
12+ }
13+
1014variable "mimir_serviceaccount" {
1115 type = string
1216 default = " mimir"
You can’t perform that action at this time.
0 commit comments