You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ Pulling value files:
79
79
`HELM_GIT_HELM_BIN`|Path to the `helm` binary. If not set, `$HELM_BIN` will be used.|`helm`
80
80
`HELM_GIT_DEBUG`|Setting this value to `1` increases `helm-git` log level. |`0`
81
81
`HELM_GIT_TRACE`|Setting this value to `1` increases `helm-git` log level to the maximum and keeps temporary dirs at shutdown. |`0`
82
-
`HELM_GIT_REPO_CACHE`|Path to use as a Git repository cache to avoid fetching repos more than once. If empty, caching of Git repositories is disabled.|`""`
83
-
`HELM_GIT_CHART_CACHE`|Path to use as a Helm chart cache to avoid re-packaging/re-indexing charts. If empty, caching of Helm charts is disabled.|`""`
82
+
`HELM_GIT_REPO_CACHE`|Path to use as a Git repository cache to avoid fetching repos more than once. If empty, caching of Git repositories is disabled. The directory will be created automatically if it doesn't exist.|`""`
83
+
`HELM_GIT_CHART_CACHE`|Path to use as a Helm chart cache to avoid re-packaging/re-indexing charts. If empty, caching of Helm charts is disabled. The directory will be created automatically if it doesn't exist.|`""`
84
84
`HELM_GIT_CHART_CACHE_STRATEGY`|Strategy to use when caching charts. If `repo` then all charts from the same repo will use the same cache. If `chart`, caching will only build single chart for each chart if `package` is `1`. Any other values preserves the default behavior: each chart has its own cache and all packages are built every time if `package` is `1`.|`""`
0 commit comments