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:
Michael Smith 2025-07-31 15:58:06 -04:00 committed by GitHub
parent 3fd7b47097
commit 020a2cba79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]
---