Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/compliance-crd-advanced-compliance-scan.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Compliance Operator includes options for advanced users for debugging or int
apiVersion: compliance.openshift.io/v1alpha1
kind: ComplianceScan
metadata:
name: <name of the scan>
name: <name_of_the_compliance_scan>
spec:
scanType: Node <1>
profile: xccdf_org.ssgproject.content_profile_moderate <2>
Expand Down Expand Up @@ -55,5 +55,5 @@ You can programmatically fetch the `ComplianceScans` events. To generate events

[source,terminal]
----
oc get events --field-selector involvedObject.kind=ComplianceScan,involvedObject.name=<name of the suite>
oc get events --field-selector involvedObject.kind=ComplianceScan,involvedObject.name=<name_of_the_compliance_scan>
----
2 changes: 1 addition & 1 deletion modules/compliance-crd-compliance-suite.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For `Node` type scans, you should map the scan to the `MachineConfigPool`, since
apiVersion: compliance.openshift.io/v1alpha1
kind: ComplianceSuite
metadata:
name: <name of the scan>
name: <name_of_the_suite>
spec:
autoApplyRemediations: false <1>
schedule: "0 1 * * *" <2>
Expand Down