Make interactions between ImageConfigs more prominent

Signed-off-by: Adam Wolfe Gordon <awg@upbound.io>
This commit is contained in:
Adam Wolfe Gordon 2025-05-22 09:35:02 -06:00
parent 67143ce39e
commit d870ba10d0
1 changed files with 3 additions and 1 deletions

View File

@ -258,9 +258,11 @@ Status:
### Interaction with other operations ### Interaction with other operations
{{<hint "tip" >}}
Image rewriting is always done before other `ImageConfig` operations. If you Image rewriting is always done before other `ImageConfig` operations. If you
wish to configure pull secrets or signature verification as well as rewriting, 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 For example, if you are mirroring packages from `xpkg.crossplane.io` to
`registry1.com` and need to configure pull secrets for `registry1.com`, two `registry1.com` and need to configure pull secrets for `registry1.com`, two