Skip to content

Commit 5f5686e

Browse files
authored
remove serviceAccount.enableDeployments=true as this is the defaults now.
Behavior is now default after #8704
1 parent 7fcee18 commit 5f5686e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ jobs:
185185
--set coder.image.tag=pr${{ env.PR_NUMBER }} \
186186
--set coder.image.pullPolicy=Always \
187187
--set coder.service.type=ClusterIP \
188-
--set coder.serviceAccount.enableDeployments=true \
189188
--set coder.env[0].name=CODER_ACCESS_URL \
190189
--set coder.env[0].value="https://pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}" \
191190
--set coder.env[1].name=CODER_WILDCARD_ACCESS_URL \

0 commit comments

Comments
 (0)