Skip to content

Commit 020a2cb

Browse files
authored
fix: update icon path for k8s-username (#276)
## Description This is an issue that doesn't exist within `coder/registry`, but was breaking our build process for the Registry website. We were using an invalid image path. ## Type of Change - [ ] New module - [x] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other ## Testing & Validation - [x] Tests pass (`bun test`) - [x] Code formatted (`bun run fmt`) - [x] Changes tested locally
1 parent 3fd7b47 commit 020a2cb

File tree

1 file changed

+1
-1
lines changed
  • registry/ericpaulsen/templates/k8s-username

1 file changed

+1
-1
lines changed

registry/ericpaulsen/templates/k8s-username/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Kubernetes (Deployment) with Dynamic Username
33
description: Provision Kubernetes Deployments as Coder workspaces with your Username
4-
icon: ../../../site/static/icon/k8s.png
4+
icon: ../../../../.icons/kubernetes.svg
55
verified: true
66
tags: [kubernetes, container, username]
77
---

0 commit comments

Comments
 (0)