mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 15:41:47 +00:00
Update docs/guides/image-update.md
Accept wording suggestion Co-authored-by: Michael Bridgen <mikeb@squaremobius.net>
This commit is contained in:
parent
904235a332
commit
508dcf1d44
1 changed files with 2 additions and 2 deletions
|
|
@ -659,7 +659,7 @@ metadata:
|
|||
|
||||
```
|
||||
|
||||
Verify that `kustomize build .` works, then commit the directory to you control repo.
|
||||
Verify that `kustomize build .` works, then commit the directory to your control repository.
|
||||
|
||||
Flux will apply the Deployment and it will use the workload identity for that Pod to regularly fetch ECR tokens into your configured `KUBE_SECRET` name.
|
||||
Reference the `KUBE_SECRET` value from any `ImageRepository` objects for that ECR registry.
|
||||
|
|
@ -878,4 +878,4 @@ It is also possible to create [Repository Scoped Tokens].
|
|||
[gh pat]: https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
|
||||
[Go text template]: https://golang.org/pkg/text/template/
|
||||
[Kubernetes kind]: https://kind.sigs.k8s.io/docs/user/quick-start/
|
||||
[podinfo]: https://github.com/stefanprodan/podinfo
|
||||
[podinfo]: https://github.com/stefanprodan/podinfo
|
||||
|
|
|
|||
Loading…
Reference in a new issue