Skip to content

Commit

Permalink
Add preserve-ns in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suvaanshkumar authored and arttor committed May 22, 2024
1 parent 09184d2 commit 31b2889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Usage:
| -original-name | Use the object's original name instead of adding the chart's release name as the common prefix. | `helmify -original-name` |
| -cert-manager-as-subchart | Allows the user to install cert-manager as a subchart | `helmify -cert-manager-as-subchart` |
| -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` |
| -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` |
## Status
Supported k8s resources:
- Deployment, DaemonSet, StatefulSet
Expand Down

0 comments on commit 31b2889

Please sign in to comment.