Skip to content

Commit

Permalink
Merge pull request rook#10071 from Rakshith-R/olm/add-nfs-rbac
Browse files Browse the repository at this point in the history
csi: enable csi nfs to generate nfs rbac for csv
  • Loading branch information
travisn authored Apr 14, 2022
2 parents 2f15d11 + 762f750 commit 35427f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/olm/generate-rook-csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ generate_operator_yaml "$@"
# Do not include Pod Security Policy (PSP) resources for CSV generation since OLM uses
# Security Context Constraints (SCC).
export DO_NOT_INCLUDE_POD_SECURITY_POLICY_RESOURCES=true
# Generate csi nfs rbac too.
export ADDITIONAL_HELM_CLI_OPTIONS="--set csi.nfs.enabled=true"
./build/rbac/get-helm-rbac.sh > "$OLM_RBAC_YAML_FILE"

# TODO: do we need separate clusterrole/clusterrolebinding/role/rolebinding/servicaccount files, or
Expand Down

0 comments on commit 35427f9

Please sign in to comment.