Skip to content

Commit f960602

Browse files
authored
Merge pull request #91856 from michelle-purcell/HCCDOC-3725
HCCDOC-3725 Fix doc bug in Insights Operator DVO task for obfuscating…
2 parents 87484b5 + f39e934 commit f960602

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/obfuscating-dvo-data.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
[id="obfuscating-deployment-validation-operator-data_{context}"]
88
= Obfuscating Deployment Validation Operator data
99

10-
Cluster administrators can configure the Insights Operator to obfuscate data from the Deployment Validation Operator (DVO), if the Operator is installed. When the `workload_names` value is added to the *insights-config* `ConfigMap` object, workload names—rather than UIDs—are displayed in Insights for Openshift, making them more recognizable for cluster administrators.
10+
By default, when you install the Deployment Validation Operator (DVO), the name and unique identifier (UID) of a resource are included in the data that is captured and processed by the Insights Operator for {product-title}.
11+
If you are a cluster administrator, you can configure the Insights Operator to obfuscate data from the Deployment Validation Operator (DVO).
12+
For example, you can obfuscate workload names in the archive file that is then sent to Red{nbsp}Hat.
13+
14+
To obfuscate the name of resources, you must manually set the `obfuscation` attribute in the `insights-config` `ConfigMap` object to include the `workload_names` value, as outlined in the following procedure.
1115

1216
.Prerequisites
1317

@@ -19,7 +23,7 @@ Cluster administrators can configure the Insights Operator to obfuscate data fro
1923
.Procedure
2024

2125
. Go to *Workloads* -> *ConfigMaps* and select *Project: openshift-insights*.
22-
. Click on the *insights-config* `ConfigMap` object to open it.
26+
. Click the `insights-config` `ConfigMap` object to open it.
2327
. Click *Actions* and select *Edit ConfigMap*.
2428
. Click the *YAML view* radio button.
2529
. In the file, set the `obfuscation` attribute with the `workload_names` value.

0 commit comments

Comments
 (0)