-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Documentation uses deprecated examples of defining namespace scope in manager options #6796
Comments
Signed-off-by: kevalsabhani <[email protected]>
Signed-off-by: kevalsabhani <[email protected]>
Signed-off-by: kevalsabhani <[email protected]>
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
@acornett21 Hi, I was just browsing issues with help wanted and saw this one. From looking at the linked PR, it seems like this issue has been resolved. If that's the case, perhaps I'm wondering if this issue could be closed? Thanks! |
While reading the operator-scope section, I noticed that the documentation contains a mix of current and deprecated method for defining the namespace to watch in the manager options.
When introducing the manager watch options it correctly defines it according to the current standard
However, further down in the document when giving a code examples it gives the old and deprecated syntax of giving the Namespace option directly.
Noticed that the tutorial also uses examples with the deprecated Namespace variable when introducing the Manager.
I think it would make sense to unify the documentation and only use the new style of giving the Namespace
The text was updated successfully, but these errors were encountered: