Skip to content

Commit ca7b9ab

Browse files
committed
podsecurityreadinesscontroller: change actual CFE name
1 parent b6899d2 commit ca7b9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/podsecurityreadinesscontroller/conditions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
const (
1515
// Historically, we assume that this is a customer issue, but
1616
// actually it means we don't know what the root cause is.
17-
PodSecurityUnknownType = "PodSecurityCustomerEvaluationConditionsDetected"
17+
PodSecurityUnknownType = "PodSecurityUnknownEvaluationConditionsDetected"
1818
PodSecurityOpenshiftType = "PodSecurityOpenshiftEvaluationConditionsDetected"
1919
PodSecurityRunLevelZeroType = "PodSecurityRunLevelZeroEvaluationConditionsDetected"
2020
PodSecurityDisabledSyncerType = "PodSecurityDisabledSyncerEvaluationConditionsDetected"

0 commit comments

Comments
 (0)