Skip to content

Commit

Permalink
finalize test annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef Spaleta committed Oct 23, 2019
1 parent b06c7aa commit 695f13e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .bonsai.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
---
description: "Test Asset"
labels:
# Labels are ignored by bonsai at this time.
example: "custom"

annotations:
test: "value"
io.sensu.bonsai.thing: "one"
# 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"
Expand Down

0 comments on commit 695f13e

Please sign in to comment.