Skip to content

Commit

Permalink
docs: update with helm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-ops committed Mar 23, 2023
1 parent b0a1130 commit ec324c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/superset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ helm install my-superset superset/superset
| init.adminUser.lastname | string | `"Admin"` | |
| init.adminUser.password | string | `"admin"` | |
| init.adminUser.username | string | `"admin"` | |
| init.affinity | object | `{}` | |
| init.command | list | a `superset_init.sh` command | Command |
| init.containerSecurityContext | object | `{}` | |
| init.createAdmin | bool | `true` | |
Expand All @@ -94,6 +95,8 @@ helm install my-superset superset/superset
| init.podAnnotations | object | `{}` | |
| init.podSecurityContext | object | `{}` | |
| init.resources | object | `{}` | |
| init.tolerations | list | `[]` | |
| init.topologySpreadConstraints | list | `[]` | TopologySpreadConstrains to be added to init job |
| initImage.pullPolicy | string | `"IfNotPresent"` | |
| initImage.repository | string | `"jwilder/dockerize"` | |
| initImage.tag | string | `"latest"` | |
Expand Down

0 comments on commit ec324c2

Please sign in to comment.