Files
helm-charts-hardened/examples/external-mysql/values.yaml
T
d3da3eed55 External database configuration (#225)
This patch makes all the database settings configurable.

fixes: https://github.com/spiffe/helm-charts/issues/37

---------

Signed-off-by: Kevin Fox <[email protected]>
Signed-off-by: kfox1111 <[email protected]>
Co-authored-by: Faisal Memon <[email protected]>
Co-authored-by: Marco Franssen <[email protected]>
2023-05-10 14:04:34 +02:00

11 lines
186 B
YAML

spire-server:
dataStore:
sql:
databaseType: mysql
databaseName: spire
host: mysql
port: 3306
username: spire
options:
- parseTime: true