mirror of
https://github.com/rancher/rke.git
synced 2025-09-01 15:06:23 +00:00
rename EndpointCA
This commit is contained in:
committed by
Alena Prokharchyk
parent
0a488ca453
commit
2c907f9f21
@@ -137,7 +137,7 @@ func setS3OptionsFromCLI(c *cli.Context) *v3.S3BackupConfig {
|
||||
if err != nil {
|
||||
logrus.Warnf("Failed to read s3-endpoint-ca [%s]: %v", endpointCA, err)
|
||||
} else {
|
||||
s3BackupBackend.EndpointCA = caStr
|
||||
s3BackupBackend.CustomCA = caStr
|
||||
}
|
||||
}
|
||||
return s3BackupBackend
|
||||
|
Reference in New Issue
Block a user