adding K8s page to subnav (#11467)

* adding K8s page to subnav

per request from HLT, updating use case tab to lead to K8s page instead of service mesh.

* Update subnav.js
This commit is contained in:
Peter M 2021-11-01 13:41:55 -06:00 committed by GitHub
parent 867077c48b
commit 697e97f57f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,10 @@ export default [
text: 'Multi-Platform Service Mesh',
url: '/use-cases/multi-platform-service-mesh',
},
{
text: 'Consul on Kubernetes',
url: '/consul-on-kubernetes',
},
],
},
{