Skip to content

chore: unify template naming #15757

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 6 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
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
chore: rename envbox template to kubernetes-envbox
  • Loading branch information
phorcys420 committed Dec 4, 2024
commit da67150bcd69cf1cbbec45a1f556ac8c06634df5
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ nodes. Refer to sysbox's
to ensure your nodes are compliant.

To get started with `envbox` check out the
[starter template](https://github.com/coder/coder/tree/main/examples/templates/envbox)
[starter template](https://github.com/coder/coder/tree/main/examples/templates/kubernetes-envbox)
or visit the [repo](https://github.com/coder/envbox).

### Authenticating with a Private Registry
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
display_name: Envbox (Kubernetes)
display_name: Kubernetes (Envbox)
description: Provision envbox pods as Coder workspaces
icon: ../../../site/static/icon/k8s.png
maintainer_github: coder
Expand Down