Skip to content

Commit

Permalink
Merge pull request #28 from unai-ttxu/task/fix_capsule
Browse files Browse the repository at this point in the history
Fix add option to exclude groups from capsule
  • Loading branch information
Adrián Hernández authored Oct 30, 2023
2 parents e8223de + 3b194da commit 6f4fb2d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
15 changes: 10 additions & 5 deletions charts/capsule/crds/capsuleconfiguration-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ spec:
spec:
description: CapsuleConfigurationSpec defines the Capsule configuration.
properties:
excludeUserGroups:
description: Names of the groups for Capsule users.
items:
type: string
type: array
forceTenantPrefix:
default: false
description: Enforces the Tenant owner, during Namespace creation, to name it using the selected Tenant name as prefix, separated by a dash. This is useful to avoid Namespace name collision in a public CaaS environment.
Expand All @@ -62,6 +57,11 @@ spec:
items:
type: string
type: array
excludeUserGroups:
description: Names of the groups for Capsule users to exclude.
items:
type: string
type: array
type: object
type: object
served: true
Expand Down Expand Up @@ -151,6 +151,11 @@ spec:
items:
type: string
type: array
excludeUserGroups:
description: Names of the groups for Capsule users to exclude.
items:
type: string
type: array
required:
- enableTLSReconciler
type: object
Expand Down
15 changes: 10 additions & 5 deletions config/crd/bases/capsule.clastix.io_capsuleconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ spec:
spec:
description: CapsuleConfigurationSpec defines the Capsule configuration.
properties:
excludeUserGroups:
description: Names of the groups for Capsule users.
items:
type: string
type: array
forceTenantPrefix:
default: false
description: Enforces the Tenant owner, during Namespace creation,
Expand All @@ -59,6 +54,11 @@ spec:
items:
type: string
type: array
excludeUserGroups:
description: Names of the groups for Capsule users to exclude.
items:
type: string
type: array
type: object
type: object
served: true
Expand Down Expand Up @@ -171,6 +171,11 @@ spec:
items:
type: string
type: array
excludeUserGroups:
description: Names of the groups for Capsule users to exclude.
items:
type: string
type: array
required:
- enableTLSReconciler
type: object
Expand Down

0 comments on commit 6f4fb2d

Please sign in to comment.