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
@@ -109,6 +109,7 @@ Usage:
109
109
| -image-pull-secrets | Allows the user to use existing secrets as imagePullSecrets |`helmify -image-pull-secrets`|
110
110
| -cert-manager-as-subchart | Allows the user to install cert-manager as a subchart |`helmify -cert-manager-as-subchart`|
111
111
| -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`|
112
+
| -add-webhook-option | Adds an option to enable/disable webhook installation |`helmify -add-webhook-option`|
flag.StringVar(&result.CertManagerVersion, "cert-manager-version", "v1.12.2", "Allows the user to specify cert-manager subchart version. Only useful with cert-manager-as-subchart.")
68
68
flag.BoolVar(&result.FilesRecursively, "r", false, "Scan dirs from -f option recursively")
69
69
flag.Var(&files, "f", "File or directory containing k8s manifests")
70
+
flag.BoolVar(&result.AddWebhookOption, "add-webhook-option", false, "Allows the user to add webhook option in values.yaml")
0 commit comments