[stable/chartmuseum] Fix typo in var name (#13722)

* [stable/chartmuseum] Fix typo in var name

Signed-off-by: Clement Gautier <clement@gautier.im>

* [stable/chartmuseum] Bump version

Signed-off-by: Clement Gautier <clement@gautier.im>
This commit is contained in:
Clément Gautier
2019-05-13 08:42:12 -07:00
committed by Kubernetes Prow Robot
parent 2070700ee8
commit 5f63263cf7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Host your own Helm Chart Repository
name: chartmuseum
version: 2.3.0
version: 2.3.1
appVersion: 0.8.2
home: https://github.com/helm/chartmuseum
icon: https://raw.githubusercontent.com/helm/chartmuseum/master/logo2.png
+2 -2
View File
@@ -586,8 +586,8 @@ This allows all API routes to be protected by HTTP basic auth, this is configure
```yaml
env:
secret:
BASIC_AUTH_USERNAME: curator
BASIC_AUTH_PASSWORD: mypassword
BASIC_AUTH_USER: curator
BASIC_AUTH_PASS: mypassword
```
Or by using values from an existing secret in the cluster that can be created using: