mirror of https://github.com/portainer/portainer
fix(wizard): Capitalise Kubernetes [EE-5178] (#8662)
Co-authored-by: testa113 <testa113>pull/8680/head
parent
f17a608dc7
commit
13ba72ee07
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue