From 053bbe7028ff885e1f1a2be613f0bc5f155494b0 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Thu, 12 Apr 2018 07:39:02 -0500 Subject: [PATCH] Bold instead of highlighting --- slides/kube/namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/kube/namespaces.md b/slides/kube/namespaces.md index 110ee4f5..00caedac 100644 --- a/slides/kube/namespaces.md +++ b/slides/kube/namespaces.md @@ -18,7 +18,7 @@ -- -- In other words: the tuple *(type, name, namespace)* needs to be unique +- In other words: **the tuple *(type, name, namespace)* needs to be unique** (In the resource YAML, the type is called `Kind`)