From a032933ca6ac3b5f778a5c9d4d9ef80e7487ef40 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 15 Apr 2024 12:01:52 +0100 Subject: Update deployment manifest with new namespace --- .github/workflows/build-deploy.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index a93b888b..9ddd6d0a 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -75,6 +75,7 @@ jobs: - name: Deploy to Kubernetes uses: Azure/k8s-deploy@v5 with: + namespace: web manifests: | infra/kubernetes/namespaces/default/site/deployment.yaml images: 'ghcr.io/python-discord/site:${{ inputs.sha-tag }}' -- cgit v1.2.3