mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-02-09 09:17:28 +08:00
fix case for keyAlgorithm in Helm chart (#5835)
fix keyAlgorithm in Helm chart Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
@@ -870,7 +870,7 @@ s3:
|
|||||||
certificates:
|
certificates:
|
||||||
commonName: "SeaweedFS CA"
|
commonName: "SeaweedFS CA"
|
||||||
ipAddresses: []
|
ipAddresses: []
|
||||||
keyAlgorithm: rsa
|
keyAlgorithm: RSA
|
||||||
keySize: 2048
|
keySize: 2048
|
||||||
duration: 2160h # 90d
|
duration: 2160h # 90d
|
||||||
renewBefore: 360h # 15d
|
renewBefore: 360h # 15d
|
||||||
|
|||||||
Reference in New Issue
Block a user