mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
fix typo in kms encryption config logs
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
parent
6a49ed41ea
commit
63295a126e
@ -101,7 +101,7 @@ func getKMSPluginProbes(reader io.Reader) ([]*kmsPluginProbe, error) {
|
|||||||
|
|
||||||
config, err := loadConfig(configFileContents)
|
config, err := loadConfig(configFileContents)
|
||||||
if err != nil {
|
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 {
|
for _, r := range config.Resources {
|
||||||
|
Loading…
Reference in New Issue
Block a user