mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
2070700ee8
commit
5f63263cf7
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user