Browse Source

Update akeyless.go

renanaAkeyless 4 years ago
parent
commit
7ae9c40668
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/provider/akeyless/akeyless.go

+ 1 - 1
pkg/provider/akeyless/akeyless.go

@@ -36,7 +36,7 @@ const (
 // Provider satisfies the provider interface.
 type Provider struct{}
 
-// Akeyless satisfies the provider.SecretsClient interface.
+// akeylessBase satisfies the provider.SecretsClient interface.
 type akeylessBase struct {
 	kube      client.Client
 	store     esv1alpha1.GenericStore