fix: default value for grafana_plugins is empty array
This commit is contained in:
parent
9fe96d55e8
commit
5c23dc32dd
2 changed files with 7 additions and 3 deletions
|
@ -3,8 +3,12 @@
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
## [Unreleased]
|
## Unreleased
|
||||||
|
|
||||||
## [1.0.0] - 2019-14-11
|
### Fixed
|
||||||
|
|
||||||
|
- default value for grafana_plugins is empty array
|
||||||
|
|
||||||
|
## 1.0.0 - 2019-14-11
|
||||||
|
|
||||||
- first version
|
- first version
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
grafana_config: {}
|
grafana_config: {}
|
||||||
grafana_ldap_config: {}
|
grafana_ldap_config: {}
|
||||||
grafana_plugins: {}
|
grafana_plugins: []
|
||||||
|
|
Loading…
Reference in a new issue