Explorar el Código

Fixing lint

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Gustavo Carvalho hace 4 años
padre
commit
b093db366d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      pkg/provider/vault/vault.go

+ 0 - 1
pkg/provider/vault/vault.go

@@ -64,7 +64,6 @@ const (
 	errVaultReqParams       = "cannot set Vault request parameters: %w"
 	errVaultRequest         = "error from Vault request: %w"
 	errVaultResponse        = "cannot parse Vault response: %w"
-	errDuplicateSecret      = "duplicate secret found: %s"
 	errServiceAccount       = "cannot read Kubernetes service account token from file system: %w"
 	errUnsupportedKvVersion = "cannot perform find operations with kv version v1"
 	errGetKubeSA            = "cannot get Kubernetes service account %q: %w"