Skip to content

Commit

Permalink
fix(monitoring): missing default values make parameters mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
rofe committed May 30, 2021
1 parent 786ef7a commit ff64808
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/orbs/helix-post-deploy/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ commands:
parameters:
targets:
type: string
default: ""
description: "Comma-separated list of clouds the action is deployed to: universal, aws, google or adobeio."
action_package:
type: string
Expand Down Expand Up @@ -85,8 +86,9 @@ commands:
type: string
default: ""
description: The comma-separated list of locations to use.
newrelic_frequency:
newrelic_frequency:
type: integer
default: ""
description: The frequency to trigger the monitor in minutes. Defaults to 15.
newrelic_script:
type: string
Expand Down Expand Up @@ -130,9 +132,11 @@ commands:
description: The path to the monitoring automation tooling.
action_namespace:
type: string
default: ""
description: The name of the namespace where the action is deployed. Deprecated, use "adobeioNamespace" instead.
aws:
type: boolean
default: false
description: Also monitor the action in AWS. Deprecated, use "targets" instead.
steps:
- run:
Expand Down

0 comments on commit ff64808

Please sign in to comment.