Skip to content

Commit

Permalink
Update kubeConfig.ts - fix typo cube -> Kube
Browse files Browse the repository at this point in the history
  • Loading branch information
apupier committed Nov 25, 2024
1 parent b9964b8 commit 5f2169d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard-backend/src/routes/api/kubeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function registerKubeConfigRoute(instance: FastifyInstance) {
params: namespacedKubeConfigSchema,
response: {
204: {
description: 'The cube config file is successfully injected',
description: 'The Kube config file is successfully injected',
type: 'null',
},
},
Expand Down

0 comments on commit 5f2169d

Please sign in to comment.