fix(wizard): Capitalise Kubernetes [EE-5178] (#8662)

Co-authored-by: testa113 <testa113>
pull/8680/head
Ali 2023-03-16 18:50:54 +13:00 committed by GitHub
parent f17a608dc7
commit 13ba72ee07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export const existingEnvironmentTypes: EnvironmentOption[] = [
label: 'Kubernetes', label: 'Kubernetes',
icon: Kubernetes, icon: Kubernetes,
iconType: 'logo', iconType: 'logo',
description: 'Connect to a kubernetes environment via URL/IP', description: 'Connect to a Kubernetes environment via URL/IP',
}, },
{ {
id: 'aci', id: 'aci',