Search code examples
mysqlkuberneteskubernetes-helmbitnami

How to get again mysql NOTES.txt output after installed it using helm and bitnami repo


I am new using bitnami, helm and k8s. I have installed the mysql using bitnami repo and helm according to this page. After that, it was shown a output with some helper (commands), which were generated using this template.

Q: Is there a way to see/generate these outputs again?


Solution

  • Try helm get notes <release_name>

    https://helm.sh/docs/helm/helm_get_notes/#synopsis