diff --git a/pkg/admission/validator/webhook.go b/pkg/admission/validator/webhook.go index 673cfaa48..36305d9d1 100644 --- a/pkg/admission/validator/webhook.go +++ b/pkg/admission/validator/webhook.go @@ -23,8 +23,6 @@ const ( Name = "validator" // SecretsValidatorName is the name of the secrets validator. SecretsValidatorName = "secrets." + Name - // WorkloadIdentitiesValidatorName is the name of the workload identities validator. - WorkloadIdentitiesValidatorName = "workloadidentities." + Name ) var logger = log.Log.WithName("gcp-validator-webhook")