Skip to content

Commit

Permalink
wrap raw
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Feb 22, 2023
1 parent 17eed73 commit 47a2737
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global:
# Durable storage option, product key required
thanos:
enabled: false
# queryService: http://kubecost-thanos-query-frontend-http.kubecost:{{ .Values.thanos.queryFrontend.http.port }} # an address of the thanos query-frontend endpoint, if different from installed thanos
# queryService: http://kubecost-thanos-query-frontend-http.kubecost:{% raw %}{{ .Values.thanos.queryFrontend.http.port }}{% endraw %} # an address of the thanos query-frontend endpoint, if different from installed thanos
# queryServiceBasicAuthSecretName: mcdbsecret # kubectl create secret generic mcdbsecret -n kubecost --from-file=USERNAME --from-file=PASSWORD <---enter basic auth credentials like that
# queryServiceBearerTokenSecretName mcdbsecret # kubectl create secret generic mcdbsecret -n kubecost --from-file=TOKEN
# queryOffset: 3h # The offset to apply to all thanos queries in order to achieve syncronization on all cluster block stores
Expand Down

0 comments on commit 47a2737

Please sign in to comment.