Day 13 Manage Kubernetes Secret
A Secret is an object that contains a small amount of sensitive data such as a password, a token, or a key.
In our previous blog, we create a deployment of the PostgreSQL database.
Remember, on that blog we use env in the below format:
env:...
m3pratik.hashnode.dev2 min read