Open mmanciop opened 5 years ago
The following snipped leads to the default value showing up as 16200 (amount of seconds in '04:30') in Ops Manager:
16200
- name: time type: string label: Update time description: "Time of day when the update is executed (hh:mm format, in UTC)." default: '04:30'
Since tile generator strips the surrounding ', " or even type casts like !!str, there is nothing preventing YAML from converting 04:30 to 16200.
'
"
!!str
04:30
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
The following snipped leads to the default value showing up as
16200
(amount of seconds in '04:30') in Ops Manager:Since tile generator strips the surrounding
'
,"
or even type casts like!!str
, there is nothing preventing YAML from converting04:30
to16200
.