chore(helm): Configure spots bucket name
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
38c2757d4a
commit
453892588f
2 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,8 @@ spec:
|
|||
{{- else }}
|
||||
value: {{ .Values.global.s3.secretKey }}
|
||||
{{- end }}
|
||||
- name: BUCKET_NAME
|
||||
value: '{{ .Values.global.s3.spotsBucket }}'
|
||||
- name: AWS_REGION
|
||||
value: '{{ .Values.global.s3.region }}'
|
||||
- name: AWS_ENDPOINT
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@ global:
|
|||
assetsBucket: "sessions-assets"
|
||||
recordingsBucket: "mobs"
|
||||
sourcemapsBucket: "sourcemaps"
|
||||
spotsBucket: "spots"
|
||||
# This is only for enterpriseEdition
|
||||
quickwitBucket: "quickwit"
|
||||
assistRecordsBucket: "records"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue