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
+5-2
Original file line number
Diff line number
Diff line change
@@ -265,8 +265,9 @@ It exposes a `Helm` struct that provides a `Render()` function that returns the
265
265
| `outputPathMapping[].selectors[].kind` | | Selects resources by kind. |
266
266
| `outputPathMapping[].selectors[].namespace` | | Selects resources by namespace. |
267
267
| `outputPathMapping[].selectors[].name` | | Selects resources by name. |
268
-
| | `--output-replace` | If enabled replace the output directory or file (CLI-only). |
269
-
| | `--trust-any-repo` | If enabled repositories that are not registered within `repositories.yaml` can be used as well (env var `KHELM_TRUST_ANY_REPO`). Within the kpt function this behaviour can be disabled by mounting `/helm/repository/repositories.yaml` or disabling network access. |
268
+
| | `--output-replace` | If enabled, replace the output directory or file (CLI-only). |
269
+
| | `--trust-any-repo` | If enabled, repositories that are not registered within `repositories.yaml` can be used as well (env var `KHELM_TRUST_ANY_REPO`). Within the kpt function this behaviour can be disabled by mounting `/helm/repository/repositories.yaml` or disabling network access. |
270
+
| | `--enable-git-getter` | If enabled, support helm repository URLs with the git+https scheme (env var `KHELM_ENABLE_GIT_GETTER`). |
270
271
| `debug` | `--debug` | Enables debug log and provides a stack trace on error. |
271
272
272
273
### Repository configuration
@@ -288,6 +289,8 @@ The following example points to an old version of cert-manager using a git URL:
0 commit comments