Use correct type for SensuRedactVariables parameter
The parameter type is invalid making it impossible to enable monitoring-environment. Change-Id: I835d1e82480edb0b6d082a7496d7ceebb1781728 Closes-Bug: #1641080 Closes-Bug: rhbz#1392473
This commit is contained in:
parent
d144f5e204
commit
d1deaae25f
@ -45,7 +45,7 @@ parameters:
|
||||
default: '/sensu'
|
||||
SensuRedactVariables:
|
||||
description: Variables from Sensu configuration, which have to be redacted.
|
||||
type: array
|
||||
type: comma_delimited_list
|
||||
default:
|
||||
- password
|
||||
- passwd
|
||||
|
Loading…
x
Reference in New Issue
Block a user