From d38694817cb5ee8481eb41a27b807fe97911d74c Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 15 Apr 2024 12:07:13 +0100 Subject: Correct namespace in deployment stage --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c4f38e1..9a0b799 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -72,7 +72,7 @@ jobs: - name: Deploy to Kubernetes uses: azure/k8s-deploy@v5 with: - namespace: bots + namespace: snekbox manifests: deployment.yaml images: 'ghcr.io/python-discord/snekbox:${{ inputs.version }}' -- cgit v1.2.3