Skip to content

Commit 4347d27

Browse files
committed
change Helm CLI to Helm
1 parent e5dbe34 commit 4347d27

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/vendor/preflight-defining.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
This topic describes how to define preflight checks in Helm and Kubernetes manifest-based applications. For more information about preflight checks, see [About Preflight Checks and Support Bundles](/vendor/preflight-support-bundle-about).
44

5-
The information in this topic applies to applications that are installed with the Helm CLI or with Replicated KOTS.
5+
The information in this topic applies to applications that are installed with Helm or with Replicated KOTS.
66

77
## Step 1: Create the Manifest File
88

9-
You can define preflight checks in a Kubernetes Secret or in a Preflight custom resource. The type of manifest file that you use depends on your application type (Helm or Kubernetes manifest-based) and the installation methods that your application supports (Helm CLI, KOTS v1.101.0 or later, or KOTS v1.100.3 or earlier).
9+
You can define preflight checks in a Kubernetes Secret or in a Preflight custom resource. The type of manifest file that you use depends on your application type (Helm or Kubernetes manifest-based) and the installation methods that your application supports (Helm, KOTS v1.101.0 or later, or KOTS v1.100.3 or earlier).
1010

1111
* **Helm Applications**: For Helm applications, see the following guidance:
1212

13-
* **(Recommended) Helm CLI or KOTS v1.101.0 or Later**: For Helm applications installed with the Helm CLI or KOTS v1.101.0 or later, define the preflight checks in a Kubernetes Secret in your Helm chart `templates`. See [Kubernetes Secret](#secret).
13+
* **(Recommended) Helm or KOTS v1.101.0 or Later**: For Helm applications installed with Helm or KOTS v1.101.0 or later, define the preflight checks in a Kubernetes Secret in your Helm chart `templates`. See [Kubernetes Secret](#secret).
1414

1515
* **KOTS v1.100.3 or Earlier**: For Helm applications installed with KOTS v1.100.3 or earlier, define the preflight checks in a Preflight custom resource. See [Preflight Custom Resource](#preflight-cr).
1616

1717
* **Kubernetes Manifest-Based Applications**: For Kubernetes manifest-based applications, define the preflight checks in a Preflight custom resource. See [Preflight Custom Resource](#preflight-cr).
1818

1919
### Kubernetes Secret {#secret}
2020

21-
For Helm applications installed with the Helm CLI or KOTS v1.101.0 or later, define preflight checks in a Kubernetes Secret in your Helm chart `templates`. This allows you to define the preflights spec only one time to support running preflight checks in both Helm CLI and KOTS installations.
21+
For Helm applications installed with Helm or KOTS v1.101.0 or later, define preflight checks in a Kubernetes Secret in your Helm chart `templates`. This allows you to define the preflights spec only one time to support running preflight checks in both Helm and KOTS installations.
2222

23-
For a tutorial that demonstrates how to define preflight checks in a Secret in chart `templates` and then run the preflight checks in both Helm CLI and KOTS installations, see [Tutorial: Add Preflight Checks to a Helm Chart](/vendor/tutorial-preflight-helm-setup).
23+
For a tutorial that demonstrates how to define preflight checks in a Secret in chart `templates` and then run the preflight checks in both Helm and KOTS installations, see [Tutorial: Add Preflight Checks to a Helm Chart](/vendor/tutorial-preflight-helm-setup).
2424

2525
Add the following YAML to a Kubernetes Secret in your Helm chart `templates` directory:
2626

docs/vendor/support-bundle-customizing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ The information in this topic applies to Helm applications and Kubernetes manife
66

77
## Step 1: Add the Default Spec to a Manifest File
88

9-
You can add the support bundle spec to a Kubernetes Secret or a SupportBundle custom resource. The type of manifest file that you use depends on your application type (Helm or manifest-based) and installation method (Helm CLI or KOTS).
9+
You can add the support bundle spec to a Kubernetes Secret or a SupportBundle custom resource. The type of manifest file that you use depends on your application type (Helm or manifest-based) and installation method (Helm or KOTS).
1010

1111
Use the following guidance to determine which type of manifest file to use for creating a support bundle spec:
1212

1313
* **Helm Applications**: For Helm applications, see the following guidance:
1414

15-
* **(Recommended) Helm CLI or KOTS v1.94.2 and Later**: For Helm applications installed with Helm or KOTS v1.94.2 or later, create the support bundle spec in a Kubernetes Secret in your Helm chart `templates`. See [Kubernetes Secret](#secret).
15+
* **(Recommended) Helm or KOTS v1.94.2 and Later**: For Helm applications installed with Helm or KOTS v1.94.2 or later, create the support bundle spec in a Kubernetes Secret in your Helm chart `templates`. See [Kubernetes Secret](#secret).
1616

1717
* **KOTS v1.94.1 and Earlier**: For Helm applications installed with KOTS v1.94.1 or earlier, create the support bundle spec in a Preflight custom resource. See [Preflight Custom Resource](#preflight-cr).
1818

@@ -21,7 +21,7 @@ Use the following guidance to determine which type of manifest file to use for c
2121
### Kubernetes Secret
2222

2323
You can define support bundle specs in a Kubernetes Secret for the following installation types:
24-
* Installations with the Helm CLI
24+
* Installations with Helm
2525
* Helm applications installed with KOTS v1.94.2 and later
2626

2727
In your Helm chart `templates` directory, add the following YAML to a Kubernetes Secret:

0 commit comments

Comments
 (0)