Skip to content

Commit

Permalink
Update Customer CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedwaleedmalik committed Jan 21, 2021
1 parent 0e47c9f commit f5d9a77
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/crd/bases/jiraservicedesk.stakater.com_customers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ spec:
pattern: \S+@\S+\.\S+
type: string
legacyCustomer:
description: A boolean flag for creating a legacy customer In case of
a legacy Customer, a signup link is sent to the customer email which
he can than use to signup In case of a normal Customer, no signup
link is sent to the customer. The customer than has to signup manually
using the portal If not given, default behaviour is false i.e. normal
customer
description: LegacyCustomer is a boolean flag that represents whether
a customer is created using legacy API or not In case of a legacy
Customer, a signup link is sent to the customer email which he can
than use to signup In case of a normal Customer, no signup link is
sent to the customer. The customer than has to signup manually using
the portal If not given, default behaviour is false i.e. normal customer
type: boolean
name:
description: Name of the customer
Expand Down

0 comments on commit f5d9a77

Please sign in to comment.