chore(helm): spelling: initialize (#25455)

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-10-13 12:37:51 -04:00 committed by GitHub
parent 59fc5a6184
commit bfcca8cbab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ maintainers:
- name: craig-rueda
email: craig@craigrueda.com
url: https://github.com/craig-rueda
version: 0.10.9
version: 0.10.10
dependencies:
- name: postgresql
version: 12.1.6

View File

@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
# superset
![Version: 0.10.9](https://img.shields.io/badge/Version-0.10.9-informational?style=flat-square)
![Version: 0.10.10](https://img.shields.io/badge/Version-0.10.10-informational?style=flat-square)
Apache Superset is a modern, enterprise-ready business intelligence web application
@ -92,7 +92,7 @@ helm install my-superset superset/superset
| init.createAdmin | bool | `true` | |
| init.enabled | bool | `true` | |
| init.initContainers | list | a container waiting for postgres | List of initContainers |
| init.initscript | string | a script to create admin user and initailize roles | A Superset init script |
| init.initscript | string | a script to create admin user and initialize roles | A Superset init script |
| init.jobAnnotations."helm.sh/hook" | string | `"post-install,post-upgrade"` | |
| init.jobAnnotations."helm.sh/hook-delete-policy" | string | `"before-hook-creation"` | |
| init.loadExamples | bool | `false` | |

View File

@ -671,7 +671,7 @@ init:
- -c
- dockerize -wait "tcp://$DB_HOST:$DB_PORT" -timeout 120s
# -- A Superset init script
# @default -- a script to create admin user and initailize roles
# @default -- a script to create admin user and initialize roles
initscript: |-
#!/bin/sh
set -eu