Add FireHydrant annotation option

Signed-off-by: Dustin Brewer <mannkind@thenullpointer.net>
This commit is contained in:
Dustin Brewer
2023-03-09 22:47:17 +00:00
parent cd5cf69a61
commit e2e3dd08a5
10 changed files with 69 additions and 7 deletions
+8
View File
@@ -56,3 +56,11 @@ proxy:
# Supply the token you generated from https://app.firehydrant.io/organizations/bots
Authorization: Bearer fhb-e4911b22bcd788c4a4afeb0c111ffbfa
```
4. Optionally add an annotation to the yaml config file of a component
```yaml
metadata:
annotations:
firehydrant.com/service-name: <firehydrant-service-name>
```