From 508dcf1d44237f34d3364b798c49ba8bdf2c8753 Mon Sep 17 00:00:00 2001 From: Alison Date: Tue, 13 Apr 2021 14:21:29 +0100 Subject: [PATCH] Update docs/guides/image-update.md Accept wording suggestion Co-authored-by: Michael Bridgen --- docs/guides/image-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/image-update.md b/docs/guides/image-update.md index feae7a5a..51954cfb 100644 --- a/docs/guides/image-update.md +++ b/docs/guides/image-update.md @@ -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 \ No newline at end of file +[podinfo]: https://github.com/stefanprodan/podinfo