Skip to content

Commit 8e2955b

Browse files
authored
Update pr-deploy.yaml
1 parent 69ea26c commit 8e2955b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
180180
- name: Create values.yaml
181181
run: |
182-
cat <<EOF > values.yaml
182+
cat <<EOF > pr-deploy-values.yaml
183183
coder:
184184
image:
185185
repo: ${{ env.REPO }}
@@ -206,9 +206,9 @@ jobs:
206206
207207
- name: Install Helm chart
208208
run: |
209-
helm upgrade --install pr${{ env.PR_NUMBER }} ./helm \
209+
helm upgrade --install "pr${{ env.PR_NUMBER }}" ./helm \
210210
--namespace "pr${{ env.PR_NUMBER }}" \
211-
-f values.yaml \
211+
--values ./pr-deploy-values.yaml \
212212
--force
213213
214214
- name: Install coder-logstream-kube

0 commit comments

Comments
 (0)