Hacker News new | ask | show | jobs
by octacat 924 days ago
Needed to install pg/mysql using helm charts and needed to apply SQL schema. And passing schema is so complex... (like write it into values file, but you cannot use any logic in values, so have an external script which would template values files). At least for the most popular Helm charts I've seen so far.

Kinda sad because it is trivial to do in Docker. And still possible to do in k8s with some configmaps.