Skip to content

Commit c0e2d0e

Browse files
author
Matthew Walter
committed
Remove DB_HOST from base for python backend
1 parent db51991 commit c0e2d0e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

kubernetes/operationcode_python_backend/base/deployment.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ spec:
2929
secretKeyRef:
3030
name: python-backend-secrets
3131
key: postgres_password
32-
- name: DB_HOST
33-
valueFrom:
34-
secretKeyRef:
35-
name: python-backend-secrets
36-
key: postgres_host
3732
- name: DB_PORT
3833
valueFrom:
3934
secretKeyRef:

0 commit comments

Comments
 (0)