Bug 1956311

Summary: Retrieving Compliance Operator raw results document pod example does not work as expected
Product: OpenShift Container Platform Reporter: harsharm
Component: DocumentationAssignee: Latha S <lmurthy>
Status: CLOSED WONTFIX QA Contact: Xiaoli Tian <xtian>
Severity: unspecified Docs Contact: Latha S <lmurthy>
Priority: unspecified    
Version: 4.7CC: aos-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-09-27 16:32:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description harsharm 2021-05-03 13:02:49 UTC
Document URL: https://docs.openshift.com/container-platform/4.7/security/compliance_operator/compliance-operator-raw-results.html

Section Number and Name: #3 Example pod

Describe the issue: Code for a "Example" pod, which does not work, while creating the pod the below error is seen
~~~
error: error parsing example.yaml: error converting YAML to JSON: yaml: line 12: did not find expected '-' indicator
~~~

Suggestions for improvement: There seem to be a problem with the indent. 

original:
spec:
  containers:
    - name: pv-extract-pod

fixes:
spec:
  containers:
  - name: pv-extract-pod

Additional information: When the indent is changed as mentioned the pod is created as expected.