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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ Usage:
110
110
| -original-name | Use the object's original name instead of adding the chart's release name as the common prefix. |`helmify -original-name`|
111
111
| -cert-manager-as-subchart | Allows the user to install cert-manager as a subchart |`helmify -cert-manager-as-subchart`|
112
112
| -cert-manager-version | Allows the user to specify cert-manager subchart version. Only useful with cert-manager-as-subchart. (default "v1.12.2") |`helmify -cert-manager-as-subchart`|
113
+
| -preserve-ns | Allows users to use the object's original namespace instead of adding all the resources to a common namespace. (default "false") | `helmify -preserve-ns` |
0 commit comments