From 01243280a2a714042061cb88a0dffef11e9b4ace Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Sat, 8 Sep 2018 08:56:26 -0500 Subject: [PATCH] Update configuration.md --- slides/k8s/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/configuration.md b/slides/k8s/configuration.md index 4b71b271..b0ce5613 100644 --- a/slides/k8s/configuration.md +++ b/slides/k8s/configuration.md @@ -247,7 +247,7 @@ - as holding individual configuration parameters -*Note: to hold sensitive information, se can use "Secrets", which +*Note: to hold sensitive information, we can use "Secrets", which are another type of resource behaving very much like configmaps. We'll cover them just after!*