Skip to content

Commit f10b53b

Browse files
committed
OCPBUGS-49694:oc events command needs to be updated
1 parent 04fb582 commit f10b53b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/compliance-crd-advanced-compliance-scan.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Compliance Operator includes options for advanced users for debugging or int
1313
apiVersion: compliance.openshift.io/v1alpha1
1414
kind: ComplianceScan
1515
metadata:
16-
name: <name of the scan>
16+
name: <name_of_the_compliance_scan>
1717
spec:
1818
scanType: Node <1>
1919
profile: xccdf_org.ssgproject.content_profile_moderate <2>
@@ -55,5 +55,5 @@ You can programmatically fetch the `ComplianceScans` events. To generate events
5555

5656
[source,terminal]
5757
----
58-
oc get events --field-selector involvedObject.kind=ComplianceScan,involvedObject.name=<name of the suite>
58+
oc get events --field-selector involvedObject.kind=ComplianceScan,involvedObject.name=<name_of_the_compliance_scan>
5959
----

modules/compliance-crd-compliance-suite.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For `Node` type scans, you should map the scan to the `MachineConfigPool`, since
1515
apiVersion: compliance.openshift.io/v1alpha1
1616
kind: ComplianceSuite
1717
metadata:
18-
name: <name of the scan>
18+
name: <name_of_the_suite>
1919
spec:
2020
autoApplyRemediations: false <1>
2121
schedule: "0 1 * * *" <2>

0 commit comments

Comments
 (0)