Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 38

ConfigMap keys have been mapped to different file names using the volumes.configMap.items field. What is the result if a wrong ConfigMap key is specified?

Answer options

Correct answer: A

Explanation

When a wrong ConfigMap key is specified, the default path is not used, which means that the application won't be able to access the intended configuration. The other options are incorrect because the volume creation process doesn't fail entirely; it simply bypasses the mapping of the incorrect key.