We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a71da commit f86602bCopy full SHA for f86602b
.github/workflows/build-deploy.yml
@@ -61,6 +61,7 @@ jobs:
61
- name: Deploy to Kubernetes
62
uses: azure/k8s-deploy@v4
63
with:
64
+ namespace: apis
65
manifests: |
66
infra/kubernetes/namespaces/apis/quackstack/deployment.yaml
67
images: 'ghcr.io/python-discord/quackstack:${{ inputs.sha-tag }}'
0 commit comments