Five Minute Tip: Leveraging configmaps and secrets for environmental variables
For me, I’ve have been working with Kubernetes for a while, and I notice that there are only a few issues that stick out when looking at deployment.yaml. That looking deployment YAML files can be pretty lengthy. For example: I know that there are times where I want to edit one environmental variable quickly without …