Skip to content

Commit 8376d65

Browse files
authored
Update deployment namespace
1 parent ac69865 commit 8376d65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
- name: Deploy to Kubernetes
7878
uses: azure/k8s-deploy@v5
7979
with:
80+
namespace: bots
8081
manifests: |
81-
infra/kubernetes/namespaces/default/bot/deployment.yaml
82+
infra/kubernetes/namespaces/bots/bot/deployment.yaml
8283
images: 'ghcr.io/python-discord/bot:${{ inputs.sha-tag }}'

0 commit comments

Comments
 (0)