Skip to content

Commit

Permalink
[stable/superset] typo fix: entrypoint point->entrypoint (helm#5750)
Browse files Browse the repository at this point in the history
* Add version: 0.1.1

version: 0.1.1

* [stable/superset] typo fix: entrypoint point->entrypoint

[stable/superset] typo fix: entrypoint point->entrypoint
  • Loading branch information
AdamDang authored and k8s-ci-robot committed May 25, 2018
1 parent 6b4c668 commit 8905d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/superset/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: Apache Superset (incubating) is a modern, enterprise-ready business intelligence web application
name: superset
version: 0.1.0
version: 0.1.1
appVersion: "0.24.0"
keywords:
- bi
Expand Down
2 changes: 1 addition & 1 deletion stable/superset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The command removes all the Kubernetes components associated with the chart and

## Init script

There is an script (`init_superset.sh`) which is called at the entrypoint point of the container. It initialzes the db and creates an user account. You can configure the content with `initFile`. E.g. in order to change admin password and load examples:
There is a script (`init_superset.sh`) which is called at the entrypoint of the container. It initialzes the db and creates an user account. You can configure the content with `initFile`. E.g. in order to change admin password and load examples:

```yaml
initFile: |-
Expand Down

0 comments on commit 8905d3e

Please sign in to comment.