-
Notifications
You must be signed in to change notification settings - Fork 12
AM0002
sugarraysam edited this page Dec 28, 2021
·
2 revisions
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>
"
# addon.yaml
id: dba-operator
label: "api.openshift.com/addon-dba-operator"
-
label
matches "api.openshift.com/addon-<id>
"