Files
Sasha (Alejandro Vicente Grabovetsky) d68e019070 Upgrade CA to Fabric 1.3 and newest PostgreSQL (#9466)
* 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>
2018-11-23 09:55:06 -08:00

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