From c9227166baf165de9c6048558925d147a38edb9d Mon Sep 17 00:00:00 2001 From: Sami Alajrami Date: Thu, 1 Mar 2018 13:53:20 +0100 Subject: [PATCH] updated docs. [ci skip] --- README.md | 1 + docs/deplyment_strategies.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa733a8b..8ec12823 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Helmsman was created to ease continous deployment of Helm charts. When you want - [use locally developed helm charts (the tar archives)](https://github.com/Praqma/helmsman/blob/master/docs/how_to/use_local_charts.md). - [define namespaces to be used in your cluster](https://github.com/Praqma/helmsman/blob/master/docs/how_to/define_namespaces.md). - [move charts across namespaces](https://github.com/Praqma/helmsman/blob/master/docs/how_to/move_charts_across_namespaces.md). +- [protect namespaces/releases against accidental changes](https://github.com/Praqma/helmsman/blob/master/docs/how_to/protect_namespaces_and_releases.md) # Usage diff --git a/docs/deplyment_strategies.md b/docs/deplyment_strategies.md index d8a86565..564e0baf 100644 --- a/docs/deplyment_strategies.md +++ b/docs/deplyment_strategies.md @@ -24,7 +24,7 @@ kubeContext = "minikube" [namespaces.staging] protected = false [namespaces.production] - prtoected = true + protected = true [helmRepos] stable = "https://kubernetes-charts.storage.googleapis.com"