fix typo in kms encryption config logs

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

Kubernetes-commit: 63295a126e316fb7b8630dbc57e98041e747cbed
This commit is contained in:
Anish Ramasekar 2021-09-16 18:18:59 +00:00 committed by Kubernetes Publisher
parent 03ab05cb86
commit 1e3c9bfcdb
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ func getKMSPluginProbes(reader io.Reader) ([]*kmsPluginProbe, error) {
config, err := loadConfig(configFileContents)
if err != nil {
return result, fmt.Errorf("error while parsing encrypiton provider configuration: %v", err)
return result, fmt.Errorf("error while parsing encryption provider configuration: %v", err)
}
for _, r := range config.Resources {