From 769d56d2086137113b46b80ef02be83984f2bbc4 Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Tue, 22 Apr 2025 03:49:03 +0800 Subject: [PATCH] docs: add more complex examples section in README (#2013) * docs: add more complex examples section in README Signed-off-by: yxxhero * fix typo Signed-off-by: yxxhero --------- Signed-off-by: yxxhero --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d6a80fc5..8ae91de8 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: [multi-env-helmfile](https://github.com/helmfile/multi-env-helmfile) + ## Docs Please read [complete documentation](https://helmfile.readthedocs.io/)