Skip to content

Commit

Permalink
apps: log_destinations is an array (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Sep 6, 2024
1 parent 86df293 commit 9e32977
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion specification/resources/apps/models/app_component_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ properties:
example: node-js

log_destinations:
$ref: app_log_destination_definition.yml
type: array
items:
$ref: app_log_destination_definition.yml
description: A list of configured log forwarding destinations.
5 changes: 4 additions & 1 deletion specification/resources/apps/models/app_functions_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ properties:
$ref: apps_gitlab_source_spec.yml

log_destinations:
$ref: app_log_destination_definition.yml
type: array
items:
$ref: app_log_destination_definition.yml
description: A list of configured log forwarding destinations.

required:
- name

0 comments on commit 9e32977

Please sign in to comment.