Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensureExtraKafkaConfigsConfigMap does not update ExtraKafkaConfigsConfigMap on change #764

Open
L1ghtman2k opened this issue Jan 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@L1ghtman2k
Copy link

func (r *HumioClusterReconciler) ensureExtraKafkaConfigsConfigMap(ctx context.Context, hc *humiov1alpha1.HumioCluster, hnp *HumioNodePool) error {
function seems to only check if there is already a ExtraKafka ConfigMap, but it does not check the content to ensure consistency with what is inside humiocluster.

Current workaround: Delete the ExtraKafka ConfigMap, and let operator recreate it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants