Skip to content

Commit

Permalink
Merge pull request #18 from Jijo070/add-psql-connection-string
Browse files Browse the repository at this point in the history
Fix: Updated namespace
  • Loading branch information
Jijo070 authored Sep 29, 2021
2 parents 08a244d + 8607fd0 commit 73e120a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Agent/deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,6 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 80
env:
- name: DB_USER
valueFrom:
secretKeyRef:
name: db-credentials
key: user
- name: DB_PASSWORD
valueFrom:
secretKeyRef:
name: db-credentials
key: password
# With the following two sections, we can restrict the deployment on and only on the specific node
# toleration to node taint such that this deployment can be scheduled on the tainted node while others without the toleration can not
tolerations:
Expand Down

0 comments on commit 73e120a

Please sign in to comment.