You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/remediation-templating.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,6 @@ metadata:
250
250
251
251
The above situation can be caused by the situation where an administrator did not set a value for `sshd_idle_timeout_value` in the TailorProfile before the scan, to find which value is available to set for that variable in order to fix that remediation, an admin can use:
An admin can find a section of value for variable `sshd-idle-timeout-value` to choose from, and they can set that value in a tailored profile to satisfy the `compliance.openshift.io/value-required`. Noted, an admin can also set the variable to any other value besides the section values.
We'll be using the OpenShift [Operator Lifecycle Manager](https://docs.openshift.com/container-platform/4.5/operators/understanding_olm/olm-understanding-olm.html)
20
20
so we'll continue by creating several objects that describe the operator for
21
21
the OLM. First, we'll create the `CatalogSource` and verify that it's been
subscription.operators.coreos.com/compliance-operator-sub created
44
64
```
45
65
46
-
The Subscription file can be edited to optionally deploy a custom version,
47
-
see the `startingCSV` attribute in the `config/catalog/subscription.yaml`
48
-
file.
66
+
The Subscription file can be edited to optionally deploy a custom version, see the `startingCSV` attribute in the `config/catalog/subscription.yaml` file.
49
67
50
68
After a minute or two, the operator should be installed. Verify that the
51
69
Compliance Operator deployment and pods are running:
0 commit comments