We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3586e8 commit 8a5cac1Copy full SHA for 8a5cac1
pkg/secretprovider/keyring.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
var IsKeystoreAvailable = true
12
-var ErrNotFound = keyring.ErrnotFound
+var ErrNotFound = keyring.ErrNotFound
13
14
func SetSecret(name, secret string) error {
15
log.Debugf("Setting secret '%s'", name)
0 commit comments