To access the NiFi UI via kubectl port forwarding,
wait until the cluster is ready and then run:

kubectl port-forward -n {{ .Release.Namespace}} svc/{{ .Release.Name }} {{ .Values.service.httpsPort }}:{{ .Values.service.httpsPort }}

...and point your web browser to https://localhost:{{ .Values.service.httpsPort }}/nifi/
