File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1414 ENABLE_SHELL_INJECTION : {{ .Values.enableShellInjection | quote }}
1515 ENABLE_LOG4J : {{ .Values.enableLog4j | quote }}
1616 DB_HOST : {{ .Values.postgresdb.service.name }}
17- DB_DRIVER : {{ .Values.identity.config.postgresDbDriver }}
1817 DB_USER : {{ .Values.postgresdb.config.postgresUser }}
1918 DB_PASSWORD : {{ .Values.postgresdb.config.postgresPassword }}
2019 DB_NAME : {{ .Values.postgresdb.config.postgresDbName }}
Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ metadata:
77data :
88 IDENTITY_SERVICE : crapi-identity:8080
99 DB_HOST : postgresdb
10- DB_DRIVER : postgres
1110 DB_USER : admin
1211 DB_PASSWORD : crapisecretpassword
1312 DB_NAME : crapi
1413 DB_PORT : " 5432"
1514 MONGO_DB_HOST : mongodb
16- MONGO_DB_DRIVER : mongodb
1715 MONGO_DB_PORT : " 27017"
1816 MONGO_DB_USER : admin
1917 MONGO_DB_PASSWORD : crapisecretpassword
Original file line number Diff line number Diff line change 1- export DB_DRIVER = postgres
21export DB_HOST = 127.0.0.1
32export DB_NAME = crapi
43export DB_PASSWORD = crapisecretpassword
54export DB_PORT = " 5432"
65export DB_USER = admin
76export IDENTITY_SERVICE = 127.0.0.1:8080
8- export MONGO_DB_DRIVER = mongodb
97export MONGO_DB_HOST = 127.0.0.1
108export MONGO_DB_NAME = crapi
119export MONGO_DB_PASSWORD = crapisecretpassword
You can’t perform that action at this time.
0 commit comments