Skip to content

Commit

Permalink
Correct namespace in deployment stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 authored Apr 15, 2024
1 parent 435fcad commit d386948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

Expand Down

0 comments on commit d386948

Please sign in to comment.