From 1bd3fe8370212448f3d72158c2a4a67b25ddd263 Mon Sep 17 00:00:00 2001 From: Nishan Date: Mon, 14 Apr 2025 15:30:53 +0530 Subject: [PATCH] refactor: cka lab 1 question --- facilitator/assets/exams/cka/001/assessment.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facilitator/assets/exams/cka/001/assessment.json b/facilitator/assets/exams/cka/001/assessment.json index 9ee094e..f81f09a 100644 --- a/facilitator/assets/exams/cka/001/assessment.json +++ b/facilitator/assets/exams/cka/001/assessment.json @@ -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": [ {