Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,4 @@ OLM currently cannot support creation of arbitrary resources when an operator is
Note the creation of `ClusterRoleBindings` is possible via a `ClusterServiceVersion` CR, used to deploy an operator. But it can only have a `ServiceAccount` as the subject. At this time you cannot create a `ClusterRoleBinding` to other subjects in a `ClusterServiceVersion`.

Create resources in the operator's `Namespace`

Comment on lines 138 to +139
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Incomplete documentation section stub

Line 138 reads like a new section title, but it is plain text and has no accompanying content. Please either format it as a proper heading and add the intended instructions, or remove it until content is ready to avoid a dead-end in the README.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 138 - 139, The README contains a stub line "Create
resources in the operator's `Namespace`" with no content; either convert that
line into a proper section heading (e.g., make it a second-level heading) and
add the intended usage/installation steps and examples beneath it (describe
which resources to create, kubectl/helm commands, and any namespace
preconditions), or remove the line entirely until full documentation text is
ready so readers don't hit a dead-end; locate the exact text "Create resources
in the operator's `Namespace`" to apply this change.