[OSPRH-33383] Remove unused privileged SCC from CloudKitty kubebuilde… - #971
[OSPRH-33383] Remove unused privileged SCC from CloudKitty kubebuilde…#971jlarriba wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlarriba 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 |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
…r RBAC marker The CloudKitty controller's kubebuilder marker requested use on both anyuid and privileged SCCs, but no generated workload sets Privileged: true or uses host namespaces. The workload Role the controller creates only delegates anyuid. This removes the dead-weight privileged grant from the marker and regenerates config/rbac/role.yaml. Signed-off-by: Juan Larriba <jlarriba@redhat.com>
78d9efa to
1c304b2
Compare
|
Build failed (check pipeline). Post ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 5h 06m 12s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 2h 49m 40s |
…r RBAC marker
The CloudKitty controller's kubebuilder marker requested use on both anyuid and privileged SCCs, but no generated workload sets Privileged: true or uses host namespaces. The workload Role the controller creates only delegates anyuid. This removes the dead-weight privileged grant from the marker and regenerates config/rbac/role.yaml.