Skip to content

Commit

Permalink
Drop kube deployment matrix config & add Defense category id
Browse files Browse the repository at this point in the history
This has already been applied.
  • Loading branch information
Shadowfiend committed Mar 12, 2024
1 parent c159b92 commit 357d2dd
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions infrastructure/kube/thesis-ops/valkyrie-hubot-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 357d2dd

Please sign in to comment.