Skip to content

Commit 9846b5e

Browse files
authored
docs(redis): tls certificate when scaling (#118)
1 parent 537d321 commit 9846b5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/clients/src/api/redis/v1alpha1/api.gen.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ export class RedisV1Alpha1GenAPI extends API {
212212
/**
213213
* Upgrade your Database for Redis® cluster to a new version or scale it
214214
* vertically / horizontally. Please note: scaling horizontally your Database
215-
* for Redis® cluster will renew its TLS certificate.
215+
* for Redis® cluster won't renew its TLS certificate. In order to refresh the
216+
* SSL certificate, you have to use the dedicated api route.
216217
*
217218
* @param request - The request {@link MigrateClusterRequest}
218219
* @returns A Promise of Cluster

0 commit comments

Comments
 (0)