Skip to content

Commit 1e5b30b

Browse files
committed
fixup! Replace GenericKubernetesResource with KafkaProtocolFilter
Signed-off-by: Sam Barker <[email protected]> rh-pre-commit.version: 2.0.1 rh-pre-commit.check-secrets: ENABLED
1 parent 2a5fb3a commit 1e5b30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kroxylicious-operator/src/main/java/io/kroxylicious/kubernetes/operator/ProxyConfigConfigMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ private SecureConfigInterpolator.InterpolationResult interpolateConfig(KafkaProt
231231
SecureConfigInterpolator.InterpolationResult result;
232232
ConfigTemplate configTemplate = spec.getConfigTemplate();
233233
if (configTemplate != null) {
234-
//Nasty nsaty hack. Revisit
234+
// Nasty nasty hack. Revisit
235235
final TreeMap<String, Object> configProperties = new TreeMap<>(Comparator.nullsFirst(Comparator.naturalOrder()));
236236
configProperties.putAll(configTemplate.getAdditionalProperties());
237237
result = secureConfigInterpolator.interpolate(configProperties);

0 commit comments

Comments
 (0)