-
Notifications
You must be signed in to change notification settings - Fork 68
Sa optional #2355
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
base: main
Are you sure you want to change the base?
Sa optional #2355
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -132,11 +132,8 @@ spec: | |
| rule: self.matches("^[a-z0-9]([-a-z0-9]*[a-z0-9])?$") | ||
| serviceAccount: | ||
| description: |- | ||
| serviceAccount is a reference to a ServiceAccount used to perform all interactions | ||
| with the cluster that are required to manage the extension. | ||
| The ServiceAccount must be configured with the necessary permissions to perform these interactions. | ||
| The ServiceAccount must exist in the namespace referenced in the spec. | ||
| serviceAccount is required. | ||
| serviceAccount is a required field that references a ServiceAccount used to | ||
| perform all interactions with the cluster that are required to manage the extension. | ||
|
Comment on lines
+135
to
+136
|
||
| properties: | ||
| name: | ||
| description: |- | ||
|
|
@@ -173,8 +170,6 @@ spec: | |
| (.), start and end with an alphanumeric character, and be | ||
| no longer than 253 characters | ||
| rule: self.matches("^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$") | ||
| required: | ||
| - name | ||
| type: object | ||
| source: | ||
| description: |- | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation contains raw
<opcon:*>tags that should have been processed by the CRD generator. These internal markup tags should not appear in end-user documentation. The formatDescription function should have removed or processed these tags to show only the appropriate channel-specific content.