Skip to content

Commit

Permalink
updated docs. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed Mar 1, 2018
1 parent 2ceca52 commit c922716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/deplyment_strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kubeContext = "minikube"
[namespaces.staging]
protected = false
[namespaces.production]
prtoected = true
protected = true
[helmRepos]
stable = "https://kubernetes-charts.storage.googleapis.com"
Expand Down

0 comments on commit c922716

Please sign in to comment.