Skip to content

Commit

Permalink
fix case for keyAlgorithm in Helm chart (seaweedfs#5835)
Browse files Browse the repository at this point in the history
fix keyAlgorithm in Helm chart

Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps authored Jul 29, 2024
1 parent ddd2ec2 commit c9e5266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/charts/seaweedfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ s3:
certificates:
commonName: "SeaweedFS CA"
ipAddresses: []
keyAlgorithm: rsa
keyAlgorithm: RSA
keySize: 2048
duration: 2160h # 90d
renewBefore: 360h # 15d
Expand Down

0 comments on commit c9e5266

Please sign in to comment.