Skip to content

Commit 26c0a82

Browse files
authored
Merge pull request #2764 from replicatedhq/shubhagsaxena/sc-114703/documentation-fixes-in-helm-packaging-airgap
Corrected typos in helm-packaging-airgap-bundles section
2 parents 3c5d857 + 3bd68c5 commit 26c0a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vendor/helm-packaging-airgap-bundles.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ When building the `.airgap` bundle for a release that contains one or more Helm
1515

1616
## Configure the `builder` Key
1717

18-
You should configure the `builders` key if you need to change any default values in your Helm chart so that the `.airgap` bundle for the release includes all images needed to successfully deploy the chart. For example, you can change the default Helm values so that images for any conditionally-deployed components are always included in the air gap bundle. Additionally, you can use the `builders` key to set any `required` values in your Helm chart that must be set for the chart to render.
18+
You should configure the `builder` key if you need to change any default values in your Helm chart so that the `.airgap` bundle for the release includes all images needed to successfully deploy the chart. For example, you can change the default Helm values so that images for any conditionally-deployed components are always included in the air gap bundle. Additionally, you can use the `builder` key to set any `required` values in your Helm chart that must be set for the chart to render.
1919

20-
The values in the `builder` key map to values in the given Helm chart's `values.yaml` file. For example, `spec.builder.postres.enabled` in the example HelmChart custom resource below would map to a `postgres.enabled` field in the `values.yaml` file for the `samplechart` chart:
20+
The values in the `builder` key map to values in the given Helm chart's `values.yaml` file. For example, `spec.builder.postgres.enabled` in the example HelmChart custom resource below would map to a `postgres.enabled` field in the `values.yaml` file for the `samplechart` chart:
2121

2222
```yaml
2323
# KOTS HelmChart custom resource

0 commit comments

Comments
 (0)