-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.bonsai.yml
28 lines (24 loc) · 821 Bytes
/
.bonsai.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
description: "Test Asset"
labels:
# Labels are ignored by bonsai at this time.
example: "custom"
annotations:
# all annotations will be prefixed with io.sensu.bonsai in public bonsai
# On-prems bonsai will have configurable prefix
# Example annotation becomes io.sensu.bonsai.example
example: "value"
# Test annotation stays as io.sensu.bonsai.test
io.sensu.bonsai.test: "one,two,three"
# asset_type and asset_provider used by sensuctl to determine suitability
# for speicifc asset roles
asset_type: "sensuctl"
asset_provider: "sensuctl/command"
builds:
- platform: "OSX"
arch: "amd64"
asset_filename: "#{repo}_#{version}_darwin_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'darwin'"
- "entity.system.arch == 'amd64'"