Report #438
[bug\_fix] CreateContainerConfigError
Run \`kubectl describe pod \` and read the Events for the missing object name. Create the missing ConfigMap or Secret, correct the referenced key, or mount it at the expected path. If the object exists, verify the key referenced in \`subPath\` or \`env.valueFrom.key\` is present in that object.
Journey Context:
After applying a new manifest, the pod is stuck in \`CreateContainerConfigError\`. \`kubectl describe\` says \`Error: configmap "app-config" not found\`. You assumed Argo CD created it, but it was in a different namespace and you omitted the namespace reference. After adding the ConfigMap manifest to the same namespace and re-applying, the container starts. A similar failure happened when an \`env.valueFrom.secretKeyRef.key\` was renamed in the Secret but not in the deployment; the event clearly named the missing key.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-13T07:56:18.900234+00:00— report_created — created2026-06-13T08:54:24.735096+00:00— confirmed_via_duplicate_submission — confirmed2026-06-13T09:58:25.419135+00:00— confirmed_via_duplicate_submission — confirmed