diff --git a/Chart.yaml b/Chart.yaml index b9cb8ee4..9d7fe65f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 name: nifi -version: 0.7.7 +version: 0.7.8 appVersion: 1.12.1 description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems. keywords: diff --git a/templates/statefulset.yaml b/templates/statefulset.yaml index b11bb2e0..a79900be 100644 --- a/templates/statefulset.yaml +++ b/templates/statefulset.yaml @@ -218,6 +218,8 @@ spec: prop_replace nifi.security.truststoreType jks prop_replace nifi.security.truststore ${NIFI_HOME}/config-data/certs/truststore.jks prop_replace nifi.security.truststorePasswd $(jq -r .trustStorePassword ${NIFI_HOME}/config-data/certs/config.json) +{{- end }} +{{- end }} {{- if .Values.properties.webProxyHost }} # Update nifi.properties for web ui proxy hostname @@ -226,15 +228,11 @@ spec: prop_replace nifi.web.proxy.host {{ template "apache-nifi.fullname" . }}.{{ .Release.Namespace }}.svc {{- end }} - -{{- end }} - {{- if .Values.properties.safetyValve }} {{- range $prop, $val := .Values.properties.safetyValve }} prop_replace {{ $prop }} "{{ $val }}" nifi.properties {{- end }} {{- end }} -{{- end }} exec bin/nifi.sh run & nifi_pid="$!"