[Guided onboarding] Fix the kubernetes logo (#147548)

## Summary

Follow up to https://github.com/elastic/kibana/pull/147443
This is a tiny fix to update the logo for the kubernetes guide card
(make is separate from the infrastructure card).

### Screenshots

<img width="437" alt="Screenshot 2022-12-14 at 17 50 02"
src="https://user-images.githubusercontent.com/6585477/207657819-8af3ca46-9299-49c0-90c1-acea89b340e0.png">

<img width="396" alt="Screenshot 2022-12-14 at 17 50 28"
src="https://user-images.githubusercontent.com/6585477/207657827-1e64a098-ecdf-42ab-b3b6-4ddece04e8ba.png">
This commit is contained in:
Yulia Čech 2022-12-14 19:18:38 +01:00 committed by GitHub
parent b65ded0c8a
commit c697611f24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ const constants: UseCaseConstants = {
defaultMessage: 'observe',
}
),
imageUrlPrefix: '/plugins/home/assets/solution_logos/observability',
imageUrlPrefix: '/plugins/home/assets/solution_logos/kubernetes',
},
infrastructure: {
logAltText: i18n.translate('guidedOnboardingPackage.gettingStarted.infrastructure.iconName', {