mirror of
https://github.com/helm/helm.git
synced 2026-03-06 07:22:03 -05:00
Add content cache to helm env
Signed-off-by: Matt Farina <matt.farina@suse.com>
This commit is contained in:
parent
0f1b410f14
commit
533eddc57d
2 changed files with 2 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ func (s *EnvSettings) EnvVars() map[string]string {
|
|||
"HELM_PLUGINS": s.PluginsDirectory,
|
||||
"HELM_REGISTRY_CONFIG": s.RegistryConfig,
|
||||
"HELM_REPOSITORY_CACHE": s.RepositoryCache,
|
||||
"HELM_CONTENT_CACHE": s.ContentCache,
|
||||
"HELM_REPOSITORY_CONFIG": s.RepositoryConfig,
|
||||
"HELM_NAMESPACE": s.Namespace(),
|
||||
"HELM_MAX_HISTORY": strconv.Itoa(s.MaxHistory),
|
||||
|
|
|
|||
1
pkg/cmd/testdata/output/env-comp.txt
vendored
1
pkg/cmd/testdata/output/env-comp.txt
vendored
|
|
@ -2,6 +2,7 @@ HELM_BIN
|
|||
HELM_BURST_LIMIT
|
||||
HELM_CACHE_HOME
|
||||
HELM_CONFIG_HOME
|
||||
HELM_CONTENT_CACHE
|
||||
HELM_DATA_HOME
|
||||
HELM_DEBUG
|
||||
HELM_KUBEAPISERVER
|
||||
|
|
|
|||
Loading…
Reference in a new issue