From b8c330820606b266286904a52c8e632778f3b2d7 Mon Sep 17 00:00:00 2001 From: Jim Galasyn Date: Mon, 12 Feb 2018 09:47:13 -0800 Subject: [PATCH] Add sa topic to toc (#487) --- _data/toc.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index e0c6f292cf..6e17397558 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1756,7 +1756,9 @@ manuals: - title: Deploy a Compose-based app path: /ee/ucp/kubernetes/deploy-with-compose/ - title: Deploy an ingress controller - path: /ee/ucp/kubernetes/deploy-ingress-controller/ + path: /ee/ucp/kubernetes/deploy-ingress-controller/ + - title: Create a service account for a Kubernetes app + path: /ee/ucp/kubernetes/create-service-account/ - title: API reference path: /reference/ucp/3.0/api/ nosync: true