mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Remove unused constant, errInvalidSecret
This commit is contained in:
parent
60454a4760
commit
b962666b1c
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ const (
|
|||
errJSONSecretUnmarshal = "unable to unmarshal secret: %w"
|
||||
errMissingKey = "missing Key in secret: %s"
|
||||
errUnexpectedContent = "unexpected secret bundle content"
|
||||
errInvalidSecret = "invalid secret received. no secret string nor binary for key: %s"
|
||||
)
|
||||
|
||||
type client struct {
|
||||
|
|
Loading…
Reference in a new issue