Skip to content

Commit

Permalink
chore: imporove proxy cert loading ux
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-ibra committed Nov 30, 2023
1 parent 04e1574 commit 108ffa7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chart/validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ proxy:
secretName: proxy-cert
# If false (using an existing secret), the key whose value is the CA certificate must end with '.crt'.
createSecret: false
caCert: "" # Raw CA certificate, required if createSecret is true
# Raw CA certificate, required if createSecret is true
caCert: |
-----BEGIN CERTIFICATE-----
<your certificate content here>
-----END CERTIFICATE-----
# Optional sink configuration
sink: {}
Expand Down

0 comments on commit 108ffa7

Please sign in to comment.