mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 23:51:48 +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.
|
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.
|
Reference the `KUBE_SECRET` value from any `ImageRepository` objects for that ECR registry.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue