From 5faf6d33be50cc80772a823ba677fd826a822228 Mon Sep 17 00:00:00 2001 From: James Hannah Date: Fri, 1 Apr 2022 09:50:04 +0100 Subject: [PATCH] Add note to image-update.md about namespaces When an ImageUpdateAutomation is specified in namespace A, the image-automation controller will select imagepolicy setters which match the namespace of the ImageUpdateAutomation object --- content/en/docs/guides/image-update.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/guides/image-update.md b/content/en/docs/guides/image-update.md index 37126fa93..d496ddb8b 100644 --- a/content/en/docs/guides/image-update.md +++ b/content/en/docs/guides/image-update.md @@ -367,6 +367,8 @@ These markers are placed inline in the target YAML, as a comment. The "Setter" which Flux can find and replace during reconciliation, when directed to do so by an `ImageUpdateAutomation` like the one [above](#configure-image-updates). +**Note:** Image policy specifications specified in the above format must be configured with the same namespace that the ImageUpdateAutomation controller is defined in, otherwise they will not be detected by the image automation controller. + Here are some examples of using this marker in a variety of Kubernetes resources. `HelmRelease` example: