Skip to content
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

fixup the operator-sdk bundle #19

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Commits on Jun 6, 2024

  1. fixup the operator-sdk bundle

    - Make sure the bundle is installed in the
    `bpfman` namespace rather than the openshift-bpfman
    namespace.
    
    - Update the SCC to be a bit more tight specifically
    making it run with
    
    runAsUser:
      type: MustRunAsNonRoot
    
    - Fixup some documentation
    
    Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
    astoycos committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    93bfa93 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. deploy bpfman-restricted scc with operator

    As part of our default deployment in openshift we
    need to deploy a custom SCC which can be used
    by applications in order to receive access to their
    eBPF maps without running as root.
    
    update bundle based on changes.
    
    Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
    astoycos committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    eb369fa View commit details
    Browse the repository at this point in the history