From 8607fd04282a5c7456fcf2c2be1a48183ffcb0fe Mon Sep 17 00:00:00 2001 From: Johny Date: Wed, 29 Sep 2021 16:56:07 -0400 Subject: [PATCH] Fix: Updated namespace --- Agent/deploy/deployment.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Agent/deploy/deployment.yaml b/Agent/deploy/deployment.yaml index fd1c614..bdaa084 100644 --- a/Agent/deploy/deployment.yaml +++ b/Agent/deploy/deployment.yaml @@ -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: