Skip to content

Commit

Permalink
fixed configmap var
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlamoureux committed Feb 10, 2024
1 parent d71d353 commit 2b3e027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/twoge-configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ data:
DB_HOST: "twoge-db"
DB_PORT: "5432"
DB_NAME: "twoge"
DB_TYPE: "postgresql"
DB_TYPE: "postgresql"
2 changes: 1 addition & 1 deletion k8s/twoge-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
configMapKeyRef:
name: twoge-config-map
key: DB_NAME
- name: DATABASE_TYPE
- name: DB_TYPE
valueFrom:
configMapKeyRef:
name: twoge-config-map
Expand Down

0 comments on commit 2b3e027

Please sign in to comment.