Skip to content

Commit f4e33bd

Browse files
authored
potential fix to workspace provider upgrade command (#296)
* fix improper rename of "environment variables" * remove --force from workspace provider update command * Revert "fix improper rename of "environment variables"" This reverts commit 19915ce.
1 parent da0c245 commit f4e33bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

admin/workspace-providers/deployment.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ helm upgrade coder-workspace-provider coder/workspace-provider \
160160
--namespace=[YOUR_WORKSPACE_PROVIDER_NAMESPACE]
161161
--version=[CODER_VERSION] \
162162
--atomic \
163-
--install \
164-
--force
163+
--install
165164
```
166165

167166
If you want to update any of the helm chart's values, you can do so by supplying

0 commit comments

Comments
 (0)