kubermatic / mla

MLA (Monitoring, logging, alerting) solution for KKP.
Apache License 2.0
8 stars 9 forks source link

MLA secrets in hack/setup-seed.sh breaks repeatability #44

Closed dharapvj closed 3 years ago

dharapvj commented 3 years ago

If we re-run setup-seed.sh, the mla secrets get regenerated and thereby rest of the deployments break. Also since we use statefulsets, the PVCs do not get cleaned up if we delete all helm charts to clear up the mess.

Need a better solution to execute mla-secret helm chart only if the secrets do not exist.