Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance linting for installModes #99

Open
brianwcook opened this issue Apr 11, 2019 · 1 comment
Open

enhance linting for installModes #99

brianwcook opened this issue Apr 11, 2019 · 1 comment

Comments

@brianwcook
Copy link

courier did not throw a linting error for following config:

installModes:

  • type: OwnNamespace
    supported: true
  • type: SingleNamespace
    supported: false
  • type: MultiNamespace
    supported: false
  • type: AllNamespaces
    supported: false

but SingleNamespace or (inclusive) AllNamespaces should be true, as well as OwnNamespace
supported: true

@awgreene
Copy link
Member

To add to @brianwcook comment. @SamiSousa has confirmed that OwnNamespace should always be true so we should check for that.

Although there is no way for us to know if an operator should be able to watch SingleNamespaces, MultiNamespaces, or AllNamespaces, we should confirm that at least one of these are set to true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants