Skip to content
sugarraysam edited this page Dec 28, 2021 · 2 revisions

Problematic configuration:

1. label does not match required format

# addon.yaml
id: dba-operator
label: "api.openshift.com/dba-operator"

The label needs to match this format: "api.openshift.com/addon-<id>"

Correct configuration:

# addon.yaml
id: dba-operator
label: "api.openshift.com/addon-dba-operator"
  • label matches "api.openshift.com/addon-<id>"
Clone this wiki locally