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:
Andrei Kvapil
2024-07-29 21:17:43 +02:00
committed by GitHub
parent ddd2ec21d0
commit c9e526665b

View File

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