2 Commits
Author SHA1 Message Date
eduardo aleixo 5f013de26c add namespace metadata (#13924)
this is needed for when helm is used purely as a templating tool,
since helm template does not add the namespace
https://github.com/helm/helm/issues/3553

Signed-off-by: eduardo aleixo <eduardoaleixomartins@gmail.com>
2019-05-16 11:00:39 -07:00
Daniel Kürner 3127976684 [stable/mysql] add option to run sql script post container start (#4514)
* [stable/mysql] add option to run sql script post container start

- add ConfigMap for sql initialization files
- mount initialization files to /docker-entrypoint-initdb.d if present

* update README to reflect initdb filetypes and startup behaviour

* increase chart version

* increase minor version, fix typo

* split configmap into seperate files
2018-05-03 10:08:51 -07:00