Commit 670aa35 1 parent 978572d commit 670aa35 Copy full SHA for 670aa35
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ deploymentMode: SimpleScalable
35
35
#
36
36
# #####################################################################################################################
37
37
# -- Configuration for running Loki
38
+ # @default -- See values.yaml
38
39
loki :
39
40
# Configures the readiness probe for all of the Loki pods
40
41
readinessProbe :
@@ -1007,10 +1008,11 @@ gateway:
1007
1008
username : null
1008
1009
# -- The basic auth password for the gateway
1009
1010
password : null
1010
- # -- Uses the specified users from the `loki.tenants` list to create the htpasswd file
1011
- # if `loki.tenants` is not set, the `gateway.basicAuth.username` and `gateway.basicAuth.password` are used
1011
+ # -- Uses the specified users from the `loki.tenants` list to create the htpasswd file.
1012
+ # if `loki.tenants` is not set, the `gateway.basicAuth.username` and `gateway.basicAuth.password` are used.
1012
1013
# The value is templated using `tpl`. Override this to use a custom htpasswd, e.g. in case the default causes
1013
1014
# high CPU load.
1015
+ # @default -- Either `loki.tenants` or `gateway.basicAuth.username` and `gateway.basicAuth.password`.
1014
1016
htpasswd : >-
1015
1017
{{ if .Values.loki.tenants }}
1016
1018
You can’t perform that action at this time.
0 commit comments