Skip to content

Commit

Permalink
Remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
dimityrmirchev committed Jan 15, 2025
1 parent 2bb34af commit fff5380
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/admission/validator/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fff5380

Please sign in to comment.