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
This commit is contained in:
parent
3fd7b47097
commit
020a2cba79
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Kubernetes (Deployment) with Dynamic Username
|
||||
description: Provision Kubernetes Deployments as Coder workspaces with your Username
|
||||
icon: ../../../site/static/icon/k8s.png
|
||||
icon: ../../../../.icons/kubernetes.svg
|
||||
verified: true
|
||||
tags: [kubernetes, container, username]
|
||||
---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user