Armada: Add Elasticsearch admin password to nagios chart
This adds the Elasticsearch admin password to the nagios chart document overrides to account for the Elasticsearch plugin for alerting on queries to Elasticsearch for particular logged events Change-Id: I589fabf94a537730c3bfe86a6aa2af2c6fc3c88a
This commit is contained in:
parent
11914228d7
commit
eb0fa9f7a4
@ -544,6 +544,10 @@ data:
|
||||
auth:
|
||||
admin:
|
||||
password: ${PROMETHEUS_ADMIN_PASSWORD}
|
||||
elasticsearch:
|
||||
auth:
|
||||
admin:
|
||||
password: ${ELASTICSEARCH_ADMIN_PASSWORD}
|
||||
labels:
|
||||
nagios:
|
||||
node_selector_key: openstack-control-plane
|
||||
|
Loading…
Reference in New Issue
Block a user