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
@@ -889,16 +891,30 @@ Be careful with this option.
889
891
If set, render sub chart notes along with the parent.
890
892
This option determines whether sub-notes are rendered in the chart.
891
893
894
+
### take_ownership
895
+
896
+
> Introduced in [:material-tag: v0.41.1](https://github.com/helmwave/helmwave/releases/tag/v0.41.1)
897
+
898
+
Will ignore the check for helm annotations and take ownership of the resources
899
+
900
+
### skip_schema_validation
901
+
902
+
> Introduced in [:material-tag: v0.41.1](https://github.com/helmwave/helmwave/releases/tag/v0.41.1)
903
+
904
+
Determines if JSON schema validation is disabled
905
+
892
906
### post_renderer
893
907
894
908
> Introduced in [:material-tag: v0.24.0](https://github.com/helmwave/helmwave/releases/tag/v0.24.0)
895
909
896
910
You can use custom commands to change rendered manifests.
897
911
898
-
### show_notes
912
+
### hide_notes (ex:show_notes)
899
913
900
914
> Introduced in [:material-tag: v0.31.0](https://github.com/helmwave/helmwave/releases/tag/v0.31.0)
901
915
916
+
> !!! It was renamed form `show_notes=false`, to `hide_notes=true` in [:material-tag: v0.41.1](https://github.com/helmwave/helmwave/releases/tag/v0.41.1)
917
+
902
918
If enabled, rendered [chart notes](https://helm.sh/docs/chart_template_guide/notes_files/) will be shown after
0 commit comments