44. Env variables
ENV variables can be defined under ENV
Other ways to define ENV variables
- config-map - Value is taken from outside
- Secrets - Value is taken from outside.
ConfigMaps
When there are too many ENV files then it is better to define all variables in a seperate file in KEY/VALUE format.
How to create config-maps ( 2 ways )
- imperative and declarative.
0 comments:
Post a Comment