aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-14 23:16:11 +0100
committerGravatar GitHub <[email protected]>2024-04-14 23:16:11 +0100
commit8376d6519ad9e6510661fd5f25816cd3b9f83e1b (patch)
tree804d26deb59aa83ded732c7c44e7ad9cf0e5f599
parentBump deepdiff from 6.7.1 to 7.0.1 (#3008) (diff)
Update deployment namespace
-rw-r--r--.github/workflows/build-deploy.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml
index a9377728c..07169a6b9 100644
--- a/.github/workflows/build-deploy.yml
+++ b/.github/workflows/build-deploy.yml
@@ -77,6 +77,7 @@ jobs:
- name: Deploy to Kubernetes
uses: azure/k8s-deploy@v5
with:
+ namespace: bots
manifests: |
- infra/kubernetes/namespaces/default/bot/deployment.yaml
+ infra/kubernetes/namespaces/bots/bot/deployment.yaml
images: 'ghcr.io/python-discord/bot:${{ inputs.sha-tag }}'