Armada: Fix issues with armada-lma manifest

This addresses issues with the armada-lma manifest that arose
after the splitting of the fluentbit and fluentd charts. The top
level labels key was missing from the fluentbit chart and the
logging chart group still referenced a nonexistent fluent-logging
chart

Change-Id: I5244fc9d065806c376ca5d18b6ced9ed445057c9
Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
Steve Wilkerson 2019-07-10 09:43:07 -05:00 committed by Steve Wilkerson
parent d83cc610b0
commit 4e54672733

View File

@ -464,6 +464,7 @@ data:
component: test
values:
release_uuid: ${RELEASE_UUID}
labels:
fluentbit:
node_selector_key: openstack-control-plane
node_selector_value: enabled
@ -946,7 +947,8 @@ data:
sequenced: True
chart_group:
- elasticsearch
- fluent-logging
- fluentd
- fluentbit
---
schema: armada/ChartGroup/v1
metadata: