You are tasked with deploying an application in Kubernetes that needs both environment variables and sensitive information, like database credentials. You decide to use both ConfigMaps for general configuration and Secrets for the sensitive data. After deploying, you notice that the application is unable to read the sensitive information from the Secret, even though it can access the general configuration from the ConfigMap. What is the most likely reason the application cannot access the Secret?