#configmap
Read more stories on Hashnode
Articles with this tag
Using credentials directly in the Helm chart's values.yaml file is convenient for testing and development, but it's not recommended for production or...
What are ConfigMaps in K8s? A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as...