Skip to content

Commit

Permalink
Fix helm schema
Browse files Browse the repository at this point in the history
Signed-off-by: SpectralHiss <houssem.elfekih@jetstack.io>
  • Loading branch information
SpectralHiss committed Feb 29, 2024
1 parent de3e769 commit 1f1b9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/istio-csr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
},
"helm-values.app.server.serving.certificateKeySize": {
"default": 2048,
"description": "Number of bits to use for the server's serving certificate (RSAKeySize).",
"description": "Number of bits to use for the server's serving certificate, can only be 256 or 384 when signature algorithm is ECDSA.",
"type": "number"
},
"helm-values.app.server.serving.port": {
Expand Down Expand Up @@ -436,7 +436,7 @@
},
"helm-values.app.tls.istiodPrivateKeySize": {
"default": 2048,
"description": "Number of bits to use for istiod-tls RSAKey",
"description": "Number of bits to use for istiod-tls Key",
"type": "number"
},
"helm-values.app.tls.rootCAFile": {
Expand Down

0 comments on commit 1f1b9fb

Please sign in to comment.