Skip to content

Commit

Permalink
docs: Add note about DISABLE_API (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuto authored Mar 25, 2022
1 parent c05cc4a commit 760ff59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chartmuseum/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Host your own Helm Chart Repository
name: chartmuseum
version: 3.6.2
version: 3.6.3
appVersion: 0.14.0
home: https://github.com/helm/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
Expand Down
4 changes: 3 additions & 1 deletion src/chartmuseum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ Please also see https://github.com/helm/chartmuseum
## Configuration

By default this chart will not have persistent storage, and the API service
will be *DISABLED*. This protects against unauthorized access to the API
will be *DISABLED* (`env.open.DISABLE_API=true`). This protects against unauthorized access to the API
with default configuration values.

> You must set `env.open.DISABLE_API=false` if you intend to use the ChartMuseum API.
In addition, by default, pod `securityContext.fsGroup` is set to `1000`. This
is the user/group that the ChartMuseum container runs as, and is used to
enable local persitant storage. If your cluster has DenySecurityContext enabled,
Expand Down

0 comments on commit 760ff59

Please sign in to comment.