mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-03 16:50:00 +00:00
Add retention flag specific for s3
* Add retention flag specific for s3 * Add retention for the unit tests: Signed-off-by: Vitor Savian <vitor.savian@suse.com>
This commit is contained in:
@@ -210,6 +210,7 @@ func run(app *cli.Context, cfg *cmds.Server, leaderControllers server.CustomCont
|
||||
SecretKey: cfg.EtcdS3SecretKey,
|
||||
SessionToken: cfg.EtcdS3SessionToken,
|
||||
SkipSSLVerify: cfg.EtcdS3SkipSSLVerify,
|
||||
Retention: cfg.EtcdS3Retention,
|
||||
Timeout: metav1.Duration{Duration: cfg.EtcdS3Timeout},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user