Skip to content

Commit

Permalink
task/operator-sdk-generate-bundle: --extra-service-accounts
Browse files Browse the repository at this point in the history
allow for passing the `--extra-service-accounts` operator-sdk flag in to
configure additional cluster permissions in the CSV

Signed-off-by: Brady Pratt <[email protected]>
  • Loading branch information
jbpratt committed Aug 13, 2024
1 parent 9a666b2 commit c36e60d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ spec:
- name: channels
description: Comma-separated list of channels the bundle belongs to
default: alpha
- name: extra-service-accounts
description: >
Comma-seperated list of service account names, outside of the
operator's Deployment account, that have bindings to {Cluster}Roles
that should be added to the CSV
default: ""
- name: version
description: Semantic version of the operator in the generated bundle
- name: package-name
Expand All @@ -37,3 +43,5 @@ spec:
- $(params.version)
- --package
- $(params.package-name)
- --extra-service-accounts
- $(params.extra-service-accounts)

0 comments on commit c36e60d

Please sign in to comment.