mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
Allowing dash on Tenant namespace (#118)
* Allowing dashes in the Tenant name as DNS RFC-1123 * Allowing force tenant prefix with Namespaces with dash
This commit is contained in:
committed by
GitHub
parent
7ae1c0ae32
commit
e764b976aa
@@ -38,7 +38,7 @@ import (
|
||||
var _ = Describe("creating namespaces within a Tenant with resources", func() {
|
||||
tnt := &v1alpha1.Tenant{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
Name: "tenantresources",
|
||||
Name: "tenant-resources",
|
||||
},
|
||||
Spec: v1alpha1.TenantSpec{
|
||||
Owner: v1alpha1.OwnerSpec{
|
||||
|
||||
Reference in New Issue
Block a user