We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6899d2 commit ca7b9abCopy full SHA for ca7b9ab
pkg/operator/podsecurityreadinesscontroller/conditions.go
@@ -14,7 +14,7 @@ import (
14
const (
15
// Historically, we assume that this is a customer issue, but
16
// actually it means we don't know what the root cause is.
17
- PodSecurityUnknownType = "PodSecurityCustomerEvaluationConditionsDetected"
+ PodSecurityUnknownType = "PodSecurityUnknownEvaluationConditionsDetected"
18
PodSecurityOpenshiftType = "PodSecurityOpenshiftEvaluationConditionsDetected"
19
PodSecurityRunLevelZeroType = "PodSecurityRunLevelZeroEvaluationConditionsDetected"
20
PodSecurityDisabledSyncerType = "PodSecurityDisabledSyncerEvaluationConditionsDetected"
0 commit comments