From d870ba10d0f14a770638adb14d77484e9c2a4aa0 Mon Sep 17 00:00:00 2001 From: Adam Wolfe Gordon Date: Thu, 22 May 2025 09:35:02 -0600 Subject: [PATCH] Make interactions between ImageConfigs more prominent Signed-off-by: Adam Wolfe Gordon --- content/v1.20/concepts/image-configs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/v1.20/concepts/image-configs.md b/content/v1.20/concepts/image-configs.md index 9bb23d3c..3f053117 100644 --- a/content/v1.20/concepts/image-configs.md +++ b/content/v1.20/concepts/image-configs.md @@ -258,9 +258,11 @@ Status: ### Interaction with other operations +{{}} Image rewriting is always done before other `ImageConfig` operations. If you wish to configure pull secrets or signature verification as well as rewriting, -other `ImageConfig` resources must match the rewritten image path. +additional `ImageConfig` resources must match the rewritten image path. +{{< /hint >}} For example, if you are mirroring packages from `xpkg.crossplane.io` to `registry1.com` and need to configure pull secrets for `registry1.com`, two