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"