From 35fd81773a157dc01cd3ddb514051332efc812f1 Mon Sep 17 00:00:00 2001 From: Leah Hanson Date: Tue, 30 Apr 2019 07:21:39 -0700 Subject: [PATCH] Add missing bullet point to staging-use-cases.md (#920) --- docs/staging-use-cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/staging-use-cases.md b/docs/staging-use-cases.md index cb763208cfb3..f232f5a60c4e 100644 --- a/docs/staging-use-cases.md +++ b/docs/staging-use-cases.md @@ -132,7 +132,7 @@ Multitenancy Management - 🔭 As an operator, given I have created a Kubernetes-conformant cluster without ClusterAPI, I want to use ClusterAPI to manage it. In order to do so, I need to know the requirements for adopting/importing this cluster in terms of required CRD’s and operators (e.g Machine and Cluster objects). ### Multitenancy Management -🔭 As an operator, given I have a management cluster and a workload cluster, I want to setup roles, role bindings, users, and usage quotas on my workload cluster. +- 🔭 As an operator, given I have a management cluster and a workload cluster, I want to setup roles, role bindings, users, and usage quotas on my workload cluster. ### Disaster Recovery