Skip to content

Template

sugarraysam edited this page Dec 28, 2021 · 2 revisions

Problematic configuration:

1. Scenario one

# addon.yaml
# Simple example of problematic configuration

# <filename2.yaml>
# ...

Quick explanation of why this is invalid.

2. Scenario two

...

Correct configuration:

# addon.yaml
# Simple example of problematic configuration

# <filename2.yaml>
# ...
  • Check one
  • Check two
  • ...

Exceptions:

(Cases where the user may choose to ignore this warning, if any.)

Related resources:

  • Help by adding links to OLM docs, kubernetes docs, openshift docs, red hat docs, etc!
Clone this wiki locally