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.