From 8f8125f8938d7a7b2f368755faff5d302d08c85f Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Tue, 21 May 2024 01:18:39 +0200 Subject: [PATCH] Fix typo and link for supported backends (#1529) fix typo and link for supported backends Signed-off-by: Koen Punt --- docs/advanced-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-features.md b/docs/advanced-features.md index 8d733601..682a0c8c 100644 --- a/docs/advanced-features.md +++ b/docs/advanced-features.md @@ -14,7 +14,7 @@ Helmfile integrates [vals]() to import configuration parameters from following b - Vault - SOPS -See [Vals "Suported Backends"](https://github.com/helmfile/vals#suported-backends) for the full list of available backends. +See [Vals "Supported Backends"](https://github.com/helmfile/vals#supported-backends) for the full list of available backends. This feature was implemented in https://github.com/roboll/helmfile/pull/906. If you're curious how it's designed and how it works, please consult the pull request.