Account Example Manifest

 1apiVersion: smarter.sh/v1
 2kind: Account
 3metadata:
 4  accountNumber: 1234-5678-9012
 5  description: an example Account manifest
 6  name: Example_account
 7  version: 1.0.0
 8  tags:
 9    - example
10    - demo
11    - test
12  annotations:
13    - smarter.sh/contact/usage: for testing and demonstration purposes only
14    - smarter.sh/contact/creator: Lawrence McDaniel
15    - smarter.sh/contact/priority: low
16
17spec:
18  config:
19    address1: 1 Main St
20    address2: Suite 100
21    city: Cambridge
22    companyName: Humble Geniuses, Inc.
23    country: USA
24    currency: USD
25    language: en-US
26    phoneNumber: 617-555-1212
27    postalCode: 02139
28    state: MA
29    timezone: America/New_York