8000 docs: add new best practice doc to speed up templates and workspaces by EdwardAngert · Pull Request #15296 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add new best practice doc to speed up templates and workspaces #15296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Nov 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
md tweak to k8s doc
  • Loading branch information
EdwardAngert committed Oct 31, 2024
commit 6ad8e41776a02974f54f9a9583798d3f77aceea6
4 changes: 2 additions & 2 deletions docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ We support two release channels: mainline and stable - read the

- **Mainline** Coder release:

<!-- autoversion(mainline): "--version [version]" -->
<!-- autoversion(mainline): "--version [version]" -->

```shell
helm install coder coder-v2/coder \
Expand All @@ -134,7 +134,7 @@ We support two release channels: mainline and stable - read the

- **Stable** Coder release:

<!-- autoversion(stable): "--version [version]" -->
<!-- autoversion(stable): "--version [version]" -->

```shell
helm install coder coder-v2/coder \
Expand Down
0