Browse Source

fix case for keyAlgorithm in Helm chart (#5835)

fix keyAlgorithm in Helm chart

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
pull/5836/head
Andrei Kvapil 5 months ago
committed by GitHub
parent
commit
c9e526665b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      k8s/charts/seaweedfs/values.yaml

2
k8s/charts/seaweedfs/values.yaml

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

Loading…
Cancel
Save