-
Notifications
You must be signed in to change notification settings - Fork 12
AM0007
Andrew Pantuso edited this page Jun 3, 2022
·
2 revisions
1. installMode is not supported in CSV spec.installModes
# addon.yaml
installMode: AllNamespaces
# manifests/rhods-operator.X.Y.Z.clusterserviceversion.yaml (bundle X.Y.Z)
spec:
installModes:
- supported: false
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: false
type: AllNamespacesThe installMode has to be listed in spec.installModes with supported: true.
# addon.yaml
installMode: AllNamespaces
# manifests/rhods-operator.X.Y.Z.clusterserviceversion.yaml (bundle X.Y.Z)
spec:
installModes:
- supported: false
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
type: AllNamespaces-
installModeisAllNamespaces, which issupported: truein all CSV of all bundles