1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 15:06:23 +00:00

rename EndpointCA

This commit is contained in:
moelsayed
2019-06-25 22:12:17 +02:00
committed by Alena Prokharchyk
parent 0a488ca453
commit 2c907f9f21
3 changed files with 8 additions and 8 deletions

View File

@@ -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