deployment: update helm and add quick-start docs (#75)

- adds quick-start documentation for using helm
- update helm deployment charts to match outstanding official charts repo.
This commit is contained in:
Bobby DeSimone 2019-03-29 08:35:31 -07:00 committed by GitHub
parent 7c7939cf5b
commit 5284c8c32b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 484 additions and 248 deletions

View file

@ -30,7 +30,7 @@ function guideSidebar(title) {
{
title,
collapsable: false,
children: ["", "kubernetes", "from-source"]
children: ["", "helm", "kubernetes", "from-source"]
}
];
}