We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003caf0 commit 24dc6caCopy full SHA for 24dc6ca
.github/workflows/pr-deploy.yaml
@@ -310,7 +310,7 @@ jobs:
310
--from-literal=url="postgres://coder:coder@coder-db-postgresql.pr${{ env.PR_NUMBER }}.svc.cluster.local:5432/coder?sslmode=disable"
311
312
- name: Create a kubeconfig for the workspace
313
- if: needs.get_info.outputs.NEW == 'true'
+ # if: needs.get_info.outputs.NEW == 'true' uncomment this after testing
314
# This service account will be used to grant full access to the namespace from the workspace
315
run: |
316
set -e pipefail
0 commit comments