mirror of https://github.com/crossplane/docs.git
Make interactions between ImageConfigs more prominent
Signed-off-by: Adam Wolfe Gordon <awg@upbound.io>
This commit is contained in:
parent
67143ce39e
commit
d870ba10d0
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue