File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
kind : ClusterIssuer
11
11
dnsNames :
12
12
- " ${PR_DEPLOYMENT_ACCESS_URL}"
13
- - " *.{$ PR_DEPLOYMENT_ACCESS_URL}"
13
+ - " *.${ PR_DEPLOYMENT_ACCESS_URL}"
Original file line number Diff line number Diff line change 27
27
- name : " CODER_ACCESS_URL"
28
28
value : " https://${PR_DEPLOYMENT_ACCESS_URL}"
29
29
- name : " CODER_WILDCARD_ACCESS_URL"
30
- value : " *.${env. PR_DEPLOYMENT_ACCESS_URL}"
30
+ value : " *.${PR_DEPLOYMENT_ACCESS_URL}"
31
31
- name : " CODER_EXPERIMENTS"
32
32
value : " ${EXPERIMENTS}"
33
33
- name : CODER_PG_CONNECTION_URL
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ jobs:
300
300
run : |
301
301
set -euo pipefail
302
302
# Create service account, role, rolebinding and secret
303
- envsubst < ./.github/pr-deployments/rbac.yaml | kubectl -n pr${{ env.PR_NUMBER }} apply -f -
303
+ envsubst < ./.github/pr-deployments/rbac.yaml | kubectl apply -f -
304
304
305
305
# Get the token for the service account
306
306
TOKEN=$(kubectl -n pr${{ env.PR_NUMBER }} get secret coder-workspace-token -o jsonpath='{.data.token}' | base64 --decode)
You can’t perform that action at this time.
0 commit comments