linktimecloud / kubernetes-data-platform

KDP(Kubernetes Data Platform) delivers a modern, hybrid and cloud-native data platform based on Kubernetes.
https://linktimecloud.github.io/kubernetes-data-platform/
Apache License 2.0
148 stars 38 forks source link

Fix: airflow db initialization #97

Closed hakeedra closed 4 months ago

hakeedra commented 4 months ago

Description of your changes

Fixes: Use init container to create database if not exist Fixes: Use mysql context setting/secret to get connection informations

How has this code been tested