Fluentbit/Node Exporter: Remove unused tolerations key
This removes the tolerations key from the labels entries. As the boolean check is on the pod.tolerations.enabled key instead, the labels.foo.tolerations key is no longer used and should be removed Change-Id: I00536dabadf9bd354219058d8efd054c60952bbd
This commit is contained in:
parent
42249d4243
commit
26c3773983
@ -23,10 +23,8 @@ labels:
|
||||
node_selector_key: openstack-control-plane
|
||||
node_selector_value: enabled
|
||||
fluentbit:
|
||||
#(NOTE:seungkyua): when tolerations is true, nodeSelector will be disabled.
|
||||
node_selector_key: openstack-control-plane
|
||||
node_selector_value: enabled
|
||||
tolerations: false
|
||||
prometheus_fluentd_exporter:
|
||||
node_selector_key: openstack-control-plane
|
||||
node_selector_value: enabled
|
||||
|
@ -29,11 +29,9 @@ images:
|
||||
- image_repo_sync
|
||||
|
||||
labels:
|
||||
#(NOTE:seungkyua): when tolerations is true, nodeSelector will be disabled.
|
||||
node_exporter:
|
||||
node_selector_key: openstack-control-plane
|
||||
node_selector_value: enabled
|
||||
tolerations: false
|
||||
job:
|
||||
node_selector_key: openstack-control-plane
|
||||
node_selector_value: enabled
|
||||
|
Loading…
Reference in New Issue
Block a user