Fix Projected Configuration
Correct ConfigMap and Secret projections in an application Pod.
A intermediate Linux challenge worth 10 points. Solve it hands-on in a real Linux environment in your browser - no local setup, no fake shells.
The Challenge
Scenario: report-api must read /etc/report/app.conf and /var/run/report/token, but its projected volumes are broken.
Repair the keys and mount paths in report-pod.yaml, apply it, and verify both files with kubectl exec ... -- cat. Run check when done.