Merge pull request #1869 from ilkimo/main

docs: Fix typo in documentation
This commit is contained in:
Stefan Prodan 2024-03-14 10:32:36 +02:00 committed by GitHub
commit 478343028e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ documentation for the latest spec.
You may manage these `ConfigMap` and `Secret` resources any way you wish,
but there are several benefits to managing these with the Flux Kustomize Controller.
It is fairly straigtforward to use Kustomize `configMapGenerator`
It is fairly straightforward to use Kustomize `configMapGenerator`
to [trigger a Helm release upgrade every time the encoded values change](../guides/helmreleases.md#refer-to-values-in-configmaps-generated-with-kustomize).
This common use case currently solveable in Helm
by [adding specially crafted annotations](https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments)