We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c86e65 commit 1c0dfb4Copy full SHA for 1c0dfb4
production/helm/loki/templates/_helpers.tpl
@@ -297,6 +297,14 @@ azure:
297
endpoint_suffix: {{ . }}
298
{{- end }}
299
{{- end -}}
300
+{{- else if eq .Values.loki.storage.type "alibabacloud" -}}
301
+{{- with .Values.loki.storage.alibabacloud }}
302
+alibabacloud:
303
+ bucket: {{ $.Values.loki.storage.bucketNames.chunks }}
304
+ endpoint: {{ .endpoint }}
305
+ access_key_id: {{ .accessKeyId }}
306
+ secret_access_key: {{ .secretAccessKey }}
307
+{{- end -}}
308
{{- else if eq .Values.loki.storage.type "swift" -}}
309
{{- with .Values.loki.storage.swift }}
310
swift:
0 commit comments