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 69ea26c commit 8e2955bCopy full SHA for 8e2955b
.github/workflows/pr-deploy.yaml
@@ -179,7 +179,7 @@ jobs:
179
180
- name: Create values.yaml
181
run: |
182
- cat <<EOF > values.yaml
+ cat <<EOF > pr-deploy-values.yaml
183
coder:
184
image:
185
repo: ${{ env.REPO }}
@@ -206,9 +206,9 @@ jobs:
206
207
- name: Install Helm chart
208
209
- helm upgrade --install pr${{ env.PR_NUMBER }} ./helm \
+ helm upgrade --install "pr${{ env.PR_NUMBER }}" ./helm \
210
--namespace "pr${{ env.PR_NUMBER }}" \
211
- -f values.yaml \
+ --values ./pr-deploy-values.yaml \
212
--force
213
214
- name: Install coder-logstream-kube
0 commit comments