Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed May 3, 2019
1 parent aa05bc6 commit 246ce0b
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 12 deletions.
5 changes: 4 additions & 1 deletion docs/cmd_reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.7.3
version: v1.9.0
---

# CMD reference
Expand Down Expand Up @@ -63,3 +63,6 @@ This is the list of the available CMD options in Helmsman:

`--kubeconfig`
path to the kubeconfig file to use for CLI requests

`--target`
limit execution to specific app.
4 changes: 3 additions & 1 deletion docs/desired_state_specification.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.8.0
version: v1.9.0
---

# Helmsman desired state specification
Expand All @@ -16,6 +16,8 @@ This document describes the specification for how to write your Helm charts desi

> You can use environment variables in the desired state files. The environment variable name should start with "$", or encapsulated in "${", "}". "$" characters can be escaped like "$$".
> Starting from v1.9.0, you can also use environment variables in your helm values/secrets files.
## Metadata

Optional : Yes.
Expand Down
19 changes: 9 additions & 10 deletions docs/how_to/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
version: v1.8.0
---

# How To Guides

Expand All @@ -21,7 +18,7 @@ This page contains a list of guides on how to use Helmsman.
- [Deploy shared Tiller in kube-system](tiller/shared.md)
- [Prevent Deploying Tiller in kube-system](tiller/prevent_tiller_in_kube_system.md)
- [Deploy Multiple Tillers with custom setup for each](tiller/multitenancy.md)
- [Deploy apps with specific Tillers](deploy_apps_with_specific_tiller.md)
- [Deploy apps with specific Tillers](tiller/deploy_apps_with_specific_tiller.md)
- Defining Helm repositories
- [Using default helm repos](helm_repos/default.md)
- [Using private repos in Google GCS](helm_repos/gcs.md)
Expand All @@ -41,10 +38,12 @@ This page contains a list of guides on how to use Helmsman.
- [Delete all releases (apps)](apps/destroy.md)
- Running Helmsman in different environments
- [Running Helmsman in CI](deployment/ci.md)
- [Running Helmsman inside your k8s cluster](inside_k8s.md)
- [Running Helmsman inside your k8s cluster](deployment/inside_k8s.md)
- Misc
- [Authenticating to cloud storage providers](auth_to_storage_providers.md)
- [Send slack notifications from Helmsman](send_slack_notifications_from_helmsman.md)
- [Merge multiple desired state files](merge_desired_state_files.md)
- [Multitenant clusters guide](multitenant_clusters_guide.md)
- [Helmsman on Windows 10](helmsman_on_windows10.md)
- [Authenticating to cloud storage providers](misc/auth_to_storage_providers.md)
- [Protecting namespaces and releases](misc/protect_namespaces_and_releases.md)
- [Send slack notifications from Helmsman](misc/send_slack_notifications_from_helmsman.md)
- [Merge multiple desired state files](misc/merge_desired_state_files.md)
- [Limit Helmsman deployment to specific apps](misc/limit-deployment-to-specific-apps.md)
- [Multitenant clusters guide](misc/multitenant_clusters_guide.md)
- [Helmsman on Windows 10](misc/helmsman_on_windows10.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 246ce0b

Please sign in to comment.