konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
122 stars 39 forks source link

[FIX] correct templating for custom pod probes in `nifi-cluster` chart. #410

Closed cbrendanprice closed 3 months ago

cbrendanprice commented 3 months ago
Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets n/a
License Apache 2.0

What's in this PR?

fixes chart templating to correctly support custom node pod probes.

Why?

chart rendering currently breaks if custom probes are provided.

Additional context

n/a

Checklist