#configmap
Read more stories on Hashnode
Articles with this tag
1. ConfigMap type property-like key apiVersion: v1 kind: ConfigMap metadata: name: app-config data: api-url: "https://api.example.com" ...
Consuming as Env and Volume · In this previous article (here), there are many related points, and it makes the main points not clear. Therefore, in this...
1. ConfigMap “Use a ConfigMap for setting configuration data separately from application code.” The official document give us the following 4 usages...