From d892b0096b23f7ba22457127329cfa325566b9b5 Mon Sep 17 00:00:00 2001 From: Joe Doherty Date: Mon, 23 Sep 2019 12:40:21 +0100 Subject: [PATCH] Incorrect file name on ConfigMap apply The config map is created with the name `redis-cm.yml` but the apply show `redis-svc.yml` from the above section. --- chapters/13_redis_statefulset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/13_redis_statefulset.md b/chapters/13_redis_statefulset.md index 6e5ae36..392851b 100644 --- a/chapters/13_redis_statefulset.md +++ b/chapters/13_redis_statefulset.md @@ -73,7 +73,7 @@ data: apply ``` -kubectl apply -f redis-svc.yml +kubectl apply -f redis-cm.yml ``` ### Redis initContainers