1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Add create tenant to CLI docs

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2020-11-25 16:42:52 +02:00
parent 8273851b73
commit a8e5876b2e
4 changed files with 57 additions and 2 deletions

View File

@@ -65,7 +65,6 @@ var (
)
func init() {
createTenantCmd.Hidden = true
createTenantCmd.Flags().StringSliceVar(&tenantNamespaces, "with-namespace", nil, "namespace belonging to this tenant")
createTenantCmd.Flags().StringVar(&tenantClusterRole, "cluster-role", "cluster-admin", "cluster role of the tenant role binding")
createCmd.AddCommand(createTenantCmd)