The NOTES.txt File
Explore how to create a NOTES.txt file within custom Helm charts. Learn to use Helm template language to output useful information like connection instructions and commands, improving deployment usability and user experience.
We'll cover the following...
We'll cover the following...
Create a NOTES.txt file
Let’s now go back to the moment when we installed the PostgreSQL Helm chart. After successful installation in a console, we’ve learnt how we can interact with the newly deployed software:
...summary
** Please be patient while the chart is being deployed **
PostgreSQL can be accessed via port 5432 on the following DNS names from within your cluster:
postgres.app.svc.cluster.local - Read/Write connection
...remaining part
It’s not a ...