Skip to content

Commit e05b449

Browse files
committed
removing more mentions of helm-only/kots-only
1 parent 549b701 commit e05b449

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/reference/custom-resource-redactor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Redactor (KOTS-Only)
1+
# Redactor
22

3-
This topic describes the Redactor custom resource. The information in this topic applies to Replicated KOTS installations only.
3+
This topic describes the Redactor custom resource.
44

55
## Overview
66

77
Preflight checks and support bundles include built-in redactors. These built-in redactors use regular expressions to identify and hide potentially sensitive data before it is analyzed. For example, the built-in redactors hide values that match common patterns for data sources, passwords, and user IDs that can be found in standard database connection strings. They also hide environment variables with names that begin with words like token, password, or user. To view the complete list of regex patterns for the built-in redactors, see [`redact.go`](https://github.com/replicatedhq/troubleshoot/blob/main/pkg/redact/redact.go#L204) in the open-source Troubleshoot GitHub repo.
88

9-
For KOTS installations, you can also add custom redactors to support bundles using the Redactor custom resource manifest file. For example, you can redact API keys or account numbers, depending on your customer needs. For more information about redactors, see [Redacting Data](https://troubleshoot.sh/docs/redact/) in the Troubleshoot documentation.
9+
For Replicated KOTS installations, you can also add custom redactors to support bundles using the Redactor custom resource manifest file. For example, you can redact API keys or account numbers, depending on your customer needs. For more information about redactors, see [Redacting Data](https://troubleshoot.sh/docs/redact/) in the Troubleshoot documentation.
1010

1111
## Defining Custom Redactors
1212

docs/vendor/releases-about.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,11 @@ As shown in the screenshot above, the release has the following properties:
8888

8989
* **Version label**: The version label for the release. Version labels have the following requirements:
9090

91-
* For releases that support installation with KOTS, if semantic versioning is enabled for the channel, you must use a valid semantic version. For more information, see [Semantic Versioning](#semantic-versioning).
91+
* If semantic versioning is enabled for the channel, you must use a valid semantic version. For more information, see [Semantic Versioning](#semantic-versioning).
9292

93-
* For releases that support installation with Helm only:
94-
<VersionLabelReqsHelm/>
93+
<VersionLabelReqsHelm/>
9594

96-
* **Requirements**: For releases distributed with Replicated KOTS, you can select **Prevent this release from being skipped during upgrades** to mark the release as required.
95+
* **Requirements**: Select **Prevent this release from being skipped during upgrades** to mark the release as required.
9796

9897
<RequiredReleasesDescription/>
9998

0 commit comments

Comments
 (0)