Fix comment in helm values.yaml (#9088)

**What this PR does / why we need it**:

Fix comment in the `values.yaml` and re-generate the reference docs.
pull/9171/head
Trevor Whitney 2 years ago committed by GitHub
parent 15714b11c2
commit b7057f5128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/installation/helm/reference.md
  2. 2
      production/helm/loki/values.yaml

@ -378,7 +378,7 @@ null
<tr>
<td>enterprise.license</td>
<td>object</td>
<td>Grafana Enterprise Logs license In order to use Grafana Enterprise Logs features, you will need to provide the contents of your Grafana Enterprise Logs license, either by providing the contents of the license.jwt, or the name Kubernetes Secret that contains your license.jwt. To set the license contents, use the flag `--set-file 'license.contents=./license.jwt'`</td>
<td>Grafana Enterprise Logs license In order to use Grafana Enterprise Logs features, you will need to provide the contents of your Grafana Enterprise Logs license, either by providing the contents of the license.jwt, or the name Kubernetes Secret that contains your license.jwt. To set the license contents, use the flag `--set-file 'enterprise.license.contents=./license.jwt'`</td>
<td><pre lang="json">
{
"contents": "NOTAVALIDLICENSE"

@ -294,7 +294,7 @@ enterprise:
# the contents of your Grafana Enterprise Logs license, either by providing the
# contents of the license.jwt, or the name Kubernetes Secret that contains your
# license.jwt.
# To set the license contents, use the flag `--set-file 'license.contents=./license.jwt'`
# To set the license contents, use the flag `--set-file 'enterprise.license.contents=./license.jwt'`
license:
contents: "NOTAVALIDLICENSE"
# -- Set to true when providing an external license

Loading…
Cancel
Save