rebase: update github.com/ceph/ceph-csi to latest version

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos
2024-01-16 14:14:11 +01:00
committed by mergify[bot]
parent 88ed4a12cc
commit dee73e78af
10 changed files with 102 additions and 15 deletions

View File

@ -7,4 +7,7 @@ const (
SupplementalGroupsAnnotation = "openshift.io/sa.scc.supplemental-groups"
MCSAnnotation = "openshift.io/sa.scc.mcs"
ValidatedSCCAnnotation = "openshift.io/scc"
// This annotation pins required SCCs for core OpenShift workloads to prevent preemption of custom SCCs.
// It is being used in the SCC admission plugin.
RequiredSCCAnnotation = "openshift.io/required-scc"
)