Fix typo and link for supported backends (#1529)

fix typo and link for supported backends

Signed-off-by: Koen Punt <koen@koenpunt.nl>
This commit is contained in:
Koen Punt 2024-05-21 01:18:39 +02:00 committed by GitHub
parent 56dcd9e176
commit 8f8125f893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Helmfile integrates [vals]() to import configuration parameters from following b
- Vault - Vault
- SOPS - 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. 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. If you're curious how it's designed and how it works, please consult the pull request.