configmap/config-file resource still exists in the dot-com cluster
View options
- Truncate descriptions
Created by: sqs
kubectl -n prod describe configmap/config-file
shows that the resource still exists. It should not exist anymore after the site config changes in 3.0, and it should be removed to avoid confusion (and accidental dependencies on it).
Same thing if it exists on the dogfood cluster or in any of our deploy repos.

