* migrate to new manifest format * rename app to alerting.notifications to not conflict with rules * disable custom field selectors as they are not supported in appinstaller
21 lines
337 B
CUE
21 lines
337 B
CUE
package kinds
|
|
|
|
manifest: {
|
|
appName: "alerting-notifications"
|
|
groupOverride: "notifications.alerting.grafana.app"
|
|
versions: {
|
|
"v0alpha1": {
|
|
codegen: {
|
|
ts: {enabled: false}
|
|
go: {enabled: true}
|
|
}
|
|
kinds: [
|
|
receiverv0alpha1,
|
|
routeTreev0alpha1,
|
|
templatev0alpha1,
|
|
timeIntervalv0alpha1,
|
|
]
|
|
}
|
|
}
|
|
}
|