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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,8 @@ Supported k8s resources:
90
90
- Helmify will not overwrite `Chart.yaml` file if presented. Done on purpose.
91
91
- Helmify will not delete existing template files, only overwrite.
92
92
- Helmify overwrites templates and values files on every run.
93
-
This meas that all your manual changes in helm template files will be lost on the next run.
93
+
This means that all your manual changes in helm template files will be lost on the next run.
94
+
- if switching between the using the `-crd-dir` flag it is better to delete and regenerate the from scratch to ensure crds are not accidentally spliced/formatted into the same chart. Bear in mind you will want to update your `Chart.yaml` thereafter.
0 commit comments