refactor: cka lab 1 question

This commit is contained in:
Nishan
2025-04-14 15:30:53 +05:30
parent 837aabd505
commit 1bd3fe8370

View File

@@ -202,7 +202,7 @@
"id": "9",
"namespace": "default",
"machineHostname": "ckad9999",
"question": "Create a ConfigMap named `app-config` with the key `APP_COLOR` and value `blue`.\n\nCreate a pod named `config-pod` that mounts this ConfigMap as a volume at `/etc/config`.",
"question": "Create a ConfigMap named `app-config` with the key `APP_COLOR` and value `blue`.\n\nCreate a pod named `config-pod` that mounts this ConfigMap as a volume named `config-volume` at `/etc/config`.",
"concepts": ["configmaps", "volumes", "pod configuration"],
"verification": [
{