[fix] Update the ES curator config
The curator actions in the configmap gets set to
null which is causing error when redering any actions downstream.
Adding the {} should resolve this issue.
Change-Id: I8c337ee1f089c13f75cb7a9997a7bf6f04246160
This commit is contained in:
@@ -585,7 +585,7 @@ conf:
|
||||
ceph:
|
||||
admin_keyring: null
|
||||
curator:
|
||||
action_file:
|
||||
action_file: {}
|
||||
# Remember, leave a key empty if there is no value. None will be a string,
|
||||
# not a Python "NoneType"
|
||||
#
|
||||
@@ -598,7 +598,7 @@ conf:
|
||||
# the desired configuration should include all fields as to avoid unwanted
|
||||
# merges with a set of dummy default values. The supplied values can be
|
||||
# used as an example
|
||||
actions:
|
||||
# actions:
|
||||
# 1:
|
||||
# action: delete_indices
|
||||
# description: >-
|
||||
|
||||
Reference in New Issue
Block a user