aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-09-04 09:22:38 +0100
committerGravatar GitHub <[email protected]>2021-09-04 09:22:38 +0100
commitde05ccae8249c3d3d722067ba08f4e3a56335ad8 (patch)
tree6be21076441f3006165f6cf7f736a9268372c628
parentMake doubly sure that isort uses the black profile (#8) (diff)
Update in accordance with python-discord/kubernetes#95
-rw-r--r--.github/workflows/lint-build-deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-build-deploy.yaml b/.github/workflows/lint-build-deploy.yaml
index 141bd46..8d96edd 100644
--- a/.github/workflows/lint-build-deploy.yaml
+++ b/.github/workflows/lint-build-deploy.yaml
@@ -150,6 +150,6 @@ jobs:
uses: Azure/k8s-deploy@v1
with:
manifests: |
- king-arthur/deployment.yaml
+ namespaces/default/king-arthur/deployment.yaml
images: 'ghcr.io/python-discord/king-arthur:${{ steps.sha_tag.outputs.tag }}'
kubectl-version: 'latest'