We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de8844 commit 5b33294Copy full SHA for 5b33294
2 files changed
docs/yaml.md
@@ -909,6 +909,8 @@ Determines if JSON schema validation is disabled
909
910
You can use custom commands to change rendered manifests.
911
912
+Check out [:material-duck: the example](../examples/helm-patch-with-kustomize)
913
+
914
### hide_notes (ex:show_notes)
915
916
> Introduced in [:material-tag: v0.31.0](https://github.com/helmwave/helmwave/releases/tag/v0.31.0)
mkdocs.yml
@@ -42,6 +42,7 @@ nav:
42
- examples/graph/README.md
43
- examples/tags/README.md
44
- examples/umbrella-evil/README.md
45
+ - examples/helm-patch-with-kustomize/README.md
46
- examples/private-env/README.md
47
- examples/lifecycle/README.md
48
- examples/monitors/README.md
0 commit comments