Skip to content

Commit 989464a

Browse files
committed
feat: update secret mounting for querier
1 parent 4f2494c commit 989464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/templates/querier-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ spec:
112112

113113
{{- if and .Values.parseable.gcsModeSecret .Values.parseable.gcsModeSecret.enabled }}
114114
- name: GOOGLE_APPLICATION_CREDENTIALS
115-
value: {{ .Values.parseable.gcsModeSecret.auth.mount_path }}
115+
value: {{ .Values.parseable.gcsModeSecret.auth.mount_path }}/{{ .Values.parseable.gcsModeSecret.auth.secret_key }}
116116
{{- range $secret := .Values.parseable.gcsModeSecret.secrets }}
117117
{{- range $key := $secret.keys }}
118118
{{- $envPrefix := $secret.prefix | default "" | upper }}

0 commit comments

Comments
 (0)