WIP: added implementation to deploy crd-alertmanagerconfigs Co-authored-by: Ian Letourneau <letourneau.ian@gmail.com> Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/86 Co-authored-by: Willem <wrolleman@nationtech.io> Co-committed-by: Willem <wrolleman@nationtech.io>
15 lines
379 B
TOML
15 lines
379 B
TOML
[package]
|
|
name = "example-application-monitoring-with-tenant"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
env_logger.workspace = true
|
|
harmony = { version = "0.1.0", path = "../../harmony" }
|
|
harmony_cli = { version = "0.1.0", path = "../../harmony_cli" }
|
|
logging = "0.1.0"
|
|
tokio.workspace = true
|
|
url.workspace = true
|