Skip to content

Vector aggregator discovery config path not consistent with other Stackable operators #736

Description

@Jimvin

Affected version

23.7.0

Current and expected behavior

The ZooKeeper operator uses the property clusterConfig.logging.vectorAggregatorConfigMapName for Vector aggregator discovery whereas the other operators use clusterConfig.vectorAggregatorConfigMapName. In ZooKeeper it is configured like this:

  clusterConfig:
    logging:
      vectorAggregatorConfigMapName: vector-aggregator-discovery

For consistency with other operators it should be expressed like this:

  clusterConfig:
    vectorAggregatorConfigMapName: vector-aggregator-discovery

Possible solution

No response

Additional context

No response

Environment

No response

Would you like to work on fixing this bug?

None

Metadata

Metadata

Assignees

Type

No type

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions