Skip to content

Commit 28c4341

Browse files
committed
Remove variables not needed
1 parent 7bea4a9 commit 28c4341

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

deploy/helm/templates/identity/config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ data:
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 }}

deploy/k8s/base/community/config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ metadata:
77
data:
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

services/workshop/.env

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
export DB_DRIVER=postgres
21
export DB_HOST=127.0.0.1
32
export DB_NAME=crapi
43
export DB_PASSWORD=crapisecretpassword
54
export DB_PORT="5432"
65
export DB_USER=admin
76
export IDENTITY_SERVICE=127.0.0.1:8080
8-
export MONGO_DB_DRIVER=mongodb
97
export MONGO_DB_HOST=127.0.0.1
108
export MONGO_DB_NAME=crapi
119
export MONGO_DB_PASSWORD=crapisecretpassword

0 commit comments

Comments
 (0)