Skip to content

Commit

Permalink
[helm-docs] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and idirze committed Jun 6, 2024
1 parent e2dcc73 commit 9b47f44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions superset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs

# superset

![Version: 0.12.10-rc1](https://img.shields.io/badge/Version-0.12.10--rc1-informational?style=flat-square)
![Version: 0.12.10-rc.1](https://img.shields.io/badge/Version-0.12.10--rc.1-informational?style=flat-square)

Apache Superset is a modern, enterprise-ready business intelligence web application

Expand Down Expand Up @@ -73,7 +73,7 @@ $ helm repo add okdp https://okdp.github.io/charts

```console
$ helm upgrade --cleanup-on-fail --install \
--version 0.12.10-rc1 \
--version 0.12.10-rc.1 \
--set okdp.superset.superset_secret_key=$(openssl rand -base64 42) my-release okdp/superset
```

Expand All @@ -88,7 +88,7 @@ You can ccustomize the sample [values file](./sample-values.yaml) with your own

```console
$ helm upgrade --cleanup-on-fail --install \
--version 0.12.10-rc1 \
--version 0.12.10-rc.1 \
--values sample-values.yaml my-release okdp/superset
```

Expand Down Expand Up @@ -326,7 +326,7 @@ string
</td>
<td><div style="max-width: 300px;">
<pre lang="json">
""
"bnAL0bMMkEeQuw5ZOsFNrO5FGRmBFJwYIlkU3qoFU0txlvFJkLurRw9k"
</pre>
</div></td>
<td>Used for signing the superset session cookie and to encrypt sensitive data on Superset's metadata database.
Expand Down

0 comments on commit 9b47f44

Please sign in to comment.