mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Merge pull request #105078 from aramase/fix-typo-kms-config
fix typo in kms encryption config logs
This commit is contained in:
commit
dc2fe6d56c
@ -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