From cf0bb268f3ba724f8a32b233687032b192af9bc8 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Sat, 19 Apr 2025 12:45:12 +0800 Subject: [PATCH] docs: add more complex examples section in README Signed-off-by: yxxhero --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d6a80fc5..1c4890f6 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,10 @@ Iterate on the `helmfile.yaml` by referencing: * [CLI reference](https://helmfile.readthedocs.io/en/latest/#cli-reference) * [Helmfile Best Practices Guide](https://helmfile.readthedocs.io/en/latest/writing-helmfile/) +## More complex examples + +See: https://github.com/helmfile/multi-env-helmfile + ## Docs Please read [complete documentation](https://helmfile.readthedocs.io/)