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
## What
removed hard-coded namespace from git-source template
## Why
it shouldn't be there. the namespace will be supplied by the in-cluster
app that actually syncs those applications to the cluster.
## Notes
<!-- Add any additional notes here -->
--context string The name of the kubeconfig context to use
19
-
--devel use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored
20
-
--git-server-crt string Git Server certificate file
21
-
-t, --git-token string Your git provider api token [GIT_TOKEN]
22
-
-u, --git-user string Your git provider user name [GIT_USER] (not required in GitHub)
23
-
-h, --help help for migrate
24
-
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
25
-
-n, --namespace string If present, the namespace scope for this CLI request
26
-
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
27
-
--version string specify a version constraint for the chart version to use. This constraint can be a specific tag (e.g. 1.1.1) or it may reference a valid range (e.g. ^2.0.0). If this is not specified, the latest version is used
18
+
--context string The name of the kubeconfig context to use
19
+
--devel use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored
20
+
--git-server-crt string Git Server certificate file
21
+
-t, --git-token string Your git provider api token [GIT_TOKEN]
22
+
-u, --git-user string Your git provider user name [GIT_USER] (not required in GitHub)
23
+
-r, --helm-release-name string The expected helm release name, after the migration
24
+
-h, --help help for migrate
25
+
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
26
+
-n, --namespace string If present, the namespace scope for this CLI request
27
+
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
28
+
--version string specify a version constraint for the chart version to use. This constraint can be a specific tag (e.g. 1.1.1) or it may reference a valid range (e.g. ^2.0.0). If this is not specified, the latest version is used
0 commit comments