lsst-sqre / strimzi-registry-operator

A Kubernetes Operator for running the Confluent Schema Registry with a Strimzi-based Kafka cluster
MIT License
81 stars 17 forks source link

Fix misnamed parameter when refreshing cluster CA cert #9

Closed spenczar closed 3 years ago

spenczar commented 3 years ago

Little bug when a cluster's CA cert changes, noticed this in a log line - the parameter is cluster_ca_secret, not cluster_ca_body : https://github.com/lsst-sqre/strimzi-registry-operator/blob/02a7caeaf89bdf2e2ff159ae6b4068a8c88e3aa1/strimziregistryoperator/handlers/secretwatcher.py#L50