Skip to content

Commit

Permalink
Merge pull request kubernetes#118178 from HirazawaUi/automated-cherry…
Browse files Browse the repository at this point in the history
…-pick-of-#118156-upstream-release-1.27

Automated cherry pick of kubernetes#118156: update webhook test to go 1.21
  • Loading branch information
k8s-ci-robot committed May 24, 2023
2 parents 4025005 + d2bd738 commit 916bc55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import (
)

const (
errBadCertificate = "Get .*: remote error: tls: bad certificate"
errBadCertificate = "Get .*: remote error: tls: (bad certificate|unknown certificate authority)"
errNoConfiguration = "invalid configuration: no configuration has been provided"
errMissingCertPath = "invalid configuration: unable to read %s %s for %s due to open %s: .*"
errSignedByUnknownCA = "Get .*: x509: .*(unknown authority|not standards compliant|not trusted)"
Expand Down

0 comments on commit 916bc55

Please sign in to comment.