Mounting Configs as Files
Learn how to expose ConfigMap as files.
We'll cover the following...
Exposing ConfigMap
as files
Instead of injecting a ConfigMap
as environment variables as we have done so far, we can also expose it as files that ...