From 0ed0eeb7f6fa04ed37a29f7ed6d5f54ed0c12da3 Mon Sep 17 00:00:00 2001 From: Chris Splinter Date: Mon, 11 Sep 2023 12:54:34 -0500 Subject: [PATCH] fix typo Co-authored-by: Chris Negus --- docs/content/en/docs/packages/prereq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/packages/prereq.md b/docs/content/en/docs/packages/prereq.md index 3eba68c4d1fc..7a49db564312 100644 --- a/docs/content/en/docs/packages/prereq.md +++ b/docs/content/en/docs/packages/prereq.md @@ -120,7 +120,7 @@ If the image downloads successfully, it worked! {{% content "../getting-started/airgapped/airgap-packages.md" %}} -Once the curated packages images are in your local registry mirror, you must configure the curated packages controller to use your local registry mirror post-cluster creation. Configure the `defaultImageRegistry` and `defaultRegistry` settings for the `PackageBundleController` to point to your local registry mirror by applying a similar `yaml` definition as the one below to your standalone or management cluster. See the [Packages configuration documenation]({{< relref "./packages/#packagebundlecontrollerspec" >}}) for more information. +Once the curated packages images are in your local registry mirror, you must configure the curated packages controller to use your local registry mirror post-cluster creation. Configure the `defaultImageRegistry` and `defaultRegistry` settings for the `PackageBundleController` to point to your local registry mirror by applying a similar `yaml` definition as the one below to your standalone or management cluster. See the [Packages configuration documentation]({{< relref "./packages/#packagebundlecontrollerspec" >}}) for more information. ```yaml apiVersion: anywhere.eks.amazonaws.com/v1alpha1