Skip to content

Commit

Permalink
SDCICD-1337: set capability SETFCAP
Browse files Browse the repository at this point in the history
needed to write out the generated files

Signed-off-by: Brady Pratt <[email protected]>
  • Loading branch information
jbpratt committed Jul 29, 2024
1 parent 4dbeea2 commit 691e441
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ spec:
- name: operator-sdk-generate-bundle
image: "registry.redhat.io/openshift4/ose-operator-sdk-rhel9:v4.16"
workingDir: $(workspaces.source.path)/source
securityContext:
capabilities:
add:
- SETFCAP
args:
- generate
- bundle
Expand Down

0 comments on commit 691e441

Please sign in to comment.