CMP-3493: docs: fix cluster-scoped seccomp path and SELinux usage format#3192
Merged
k8s-ci-robot merged 1 commit intoMay 18, 2026
Merged
Conversation
Update installation-usage.md and examples/pod.yaml to reflect the cluster-scoped profile paths introduced in v0.9.0: - seccomp localhostProfile: drop the namespace segment operator/<namespace>/profile.json -> operator/profile.json - SELinux usage type format: clarify it is <ProfileName>_.process not <ProfileName>.process
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3192 +/- ##
===========================================
- Coverage 45.50% 24.76% -20.74%
===========================================
Files 79 127 +48
Lines 7782 17943 +10161
===========================================
+ Hits 3541 4444 +903
- Misses 4099 13204 +9105
- Partials 142 295 +153 🚀 New features to boost your workflow:
|
Member
|
/release-note-none |
saschagrunert
approved these changes
May 18, 2026
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, Vincent056 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this does
Fixes stale namespace-scoped profile path references in
installation-usage.mdandexamples/pod.yamlthat were not updated when the operator moved to cluster-scoped resources in v0.9.0.Changes
installation-usage.mdlocalhostProfileexamples:operator/<namespace>/profile.json→operator/profile.jsonkubectl exectroubleshooting path: drop namespace segment from seccomp pathlocalhostProfile<ProfileName>_.process(with trailing underscore) not<ProfileName>.processexamples/pod.yamllocalhostProfile:operator/security-profiles-operator/nginx-1.23.2.json→operator/nginx-1.23.2.jsonRelated
Identified while reviewing the Red Hat Customer Portal SPO 0.9.0 Upgrade Migration Guide.