Secret Example Manifest
1apiVersion: smarter.sh/v1
2kind: Secret
3metadata:
4 accountNumber: 3141-5926-5359
5 annotations: []
6 description: an example secret manifest for the Smarter API Secret
7 name: example_secret
8 tags:
9 - example
10 - secret
11 username: admin
12 version: 1.0.0
13spec:
14 config:
15 description: salesforce.com api key
16 expiration_date: 2026-06-05
17 value: <** your unencrypted credential value **>