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
131 stars 45 forks source link

Changed nifi.content.viewer.url property default value #382

Closed juldrixx closed 8 months ago

juldrixx commented 8 months ago
Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
Related tickets -
License Apache 2.0

What's in this PR?

A change of the default value of nifi.content.viewer.url from /nifi-content-viewer/ to ../nifi-content-viewer/.

Why?

Because it's the default based on NiFi documentation.

Additional context

I think /nifi-content-viewer/ is the previous default value but has changed at some point.

Checklist

mh013370 commented 8 months ago

LGTM - looks like we have this overridden in all of our clusters, too