Skip to content

Commit 2d4a56d

Browse files
committed
remove potentially confusing language about k8s operators
1 parent 21d4002 commit 2d4a56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vendor/replicated-onboarding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Replicated also offers Alpha support for air gap installations with Helm. If you
448448

449449
To add support for air gap installations:
450450

451-
1. If there are any images for your application that are not listed in your Helm chart, list these images in the `additionalImages` attribute of the KOTS Application custom resource. This ensures that the images are included in the air gap bundle for the release. One common use case for this is applications that use Kubernetes Operators, which might have images listed in objects created by the Operator and not in the Helm chart. See [Define Additional Images](/vendor/operator-defining-additional-images).
451+
1. If there are any images for your application that are not listed in your Helm chart, list these images in the `additionalImages` attribute of the KOTS Application custom resource. This ensures that the images are included in the air gap bundle for the release. One common use case for this is applications that use Kubernetes Operators. See [Define Additional Images](/vendor/operator-defining-additional-images).
452452

453453
1. In the KOTS HelmChart custom resource `builder` key, pass any values that are required in order for `helm template` to yield all the images needed to successfully install your application. See [Packaging Air Gap Bundles for Helm Charts](/vendor/helm-packaging-airgap-bundles).
454454

0 commit comments

Comments
 (0)