From 357d2dd092c7e1550e96cc205ef112c3bc855b2e Mon Sep 17 00:00:00 2001 From: Antonio Salazar Cardozo Date: Mon, 11 Mar 2024 22:48:56 -0400 Subject: [PATCH] Drop kube deployment matrix config & add Defense category id This has already been applied. --- .../kube/thesis-ops/valkyrie-hubot-deployment.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/infrastructure/kube/thesis-ops/valkyrie-hubot-deployment.yaml b/infrastructure/kube/thesis-ops/valkyrie-hubot-deployment.yaml index a233cf7c..cf9659f2 100644 --- a/infrastructure/kube/thesis-ops/valkyrie-hubot-deployment.yaml +++ b/infrastructure/kube/thesis-ops/valkyrie-hubot-deployment.yaml @@ -23,15 +23,6 @@ spec: secretKeyRef: name: valkyrie-hubot key: discord_api_token - - name: HUBOT_MATRIX_USER - value: "@valkyrie:thesis.co" - - name: HUBOT_MATRIX_PASSWORD - valueFrom: - secretKeyRef: - name: valkyrie-hubot - key: matrix_valkyrie_password - - name: HUBOT_MATRIX_HOST_SERVER - value: "https://thesisco.ems.host" - name: HUBOT_HOST valueFrom: secretKeyRef: @@ -66,6 +57,11 @@ spec: key: valkyrie_alert_flow - name: REDIS_URL value: $(VALKYRIE_REDIS_SERVICE_PORT) + - name: DEFENSE_CATEGORY_ID + valueFrom: + secretKeyRef: + name: valkyrie-hubot + key: defense_category_id - name: GITHUB_CLIENT_ID valueFrom: secretKeyRef: