From 27a7a1437c10642bd57125f32f63f0b550c0a02b Mon Sep 17 00:00:00 2001 From: Asher Manangan <51806917+AsherManangan@users.noreply.github.com> Date: Tue, 1 Sep 2020 08:08:35 +0800 Subject: [PATCH 1/2] Update README.md (#100) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9baa2c..57514ed 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ One can argue whether it's per company definition or a global one but at least a
What is "infrastructure as code"? What implementation of IAC are you familiar with?
- IAC (infrastructure as code) is a declerative approach of defining infrastructure or architecture of a system. Some imlementations are ARM templates for Azure and Terraform that can work across multiple cloud providers. + IAC (infrastructure as code) is a declerative approach of defining infrastructure or architecture of a system. Some implementations are ARM templates for Azure and Terraform that can work across multiple cloud providers.
From 718a82ced1ddbf2bb9fb393592948f2ed986d099 Mon Sep 17 00:00:00 2001 From: wilbrodTC Date: Tue, 1 Sep 2020 23:37:34 +0200 Subject: [PATCH 2/2] change special namespaces to small caps (#102) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57514ed..606224c 100644 --- a/README.md +++ b/README.md @@ -4412,9 +4412,9 @@ False. When a namespace is deleted, the resources in that namespace are deleted
What special namespaces are there?
-* Default -* Kube-system -* Kube-public +* default +* kube-system +* kube-public