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>
8 lines
366 B
YAML
8 lines
366 B
YAML
## Name of CA, stored in FABRIC_CA_SERVER_CA_NAME (and the configMap "--config", if deploying a Root CA)
|
|
caName: rca
|
|
|
|
postgresql:
|
|
## Whether to deploy a postgres server to satisfy the Fabric CA database requirements.
|
|
# To use an external database set this to false and configure the externalDatabase parameters, specifying the type to 'postgres'
|
|
enabled: true
|