mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Upgrade CA to Fabric 1.3 and newest PostgreSQL Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology> * Mention need to update CA dependencies in README.md Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>
19 lines
429 B
YAML
19 lines
429 B
YAML
## Name of CA, stored in FABRIC_CA_SERVER_CA_NAME (and the configMap "--config", if deploying a Root CA)
|
|
caName: ica
|
|
|
|
mysql:
|
|
enabled: true
|
|
|
|
## Settings used in configMap "--config"
|
|
config:
|
|
## CSR pathlength in ca Server configuration file
|
|
csr:
|
|
ca:
|
|
pathlength: 0
|
|
## "intermediate" is only specified for Intermediate CA's
|
|
intermediate:
|
|
parent:
|
|
chart: rca-hlf-ca
|
|
url: rca-hlf-ca
|
|
port: 7054
|