Skip to content

Commit

Permalink
Fix: Updated namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Johny committed Sep 29, 2021
1 parent 093a017 commit 8607fd0
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 8607fd0

Please sign in to comment.