Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #126 from cetic/feature/fix-oidc
Browse files Browse the repository at this point in the history
fix #115
  • Loading branch information
AyadiAmen authored Mar 11, 2021
2 parents db26a35 + 398ca66 commit efc72e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: nifi
version: 0.6.2
version: 0.6.3
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:
Expand Down
5 changes: 2 additions & 3 deletions templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ spec:
prop_replace nifi.remote.input.host ${FQDN}
prop_replace nifi.cluster.node.address ${FQDN}
prop_replace nifi.zookeeper.connect.string ${NIFI_ZOOKEEPER_CONNECT_STRING}
prop_replace nifi.web.http.host ${FQDN}
{{- if .Values.auth.oidc.enabled }}
{{- if .Values.properties.clusterSecure }}
# Update nifi.properties for security properties
Expand All @@ -209,8 +209,7 @@ spec:
prop_replace nifi.web.proxy.host {{ template "apache-nifi.fullname" . }}.{{ .Release.Namespace }}.svc
{{- end }}

{{- else }}
prop_replace nifi.web.http.host ${FQDN}

{{- end }}

{{- if .Values.properties.safetyValve }}
Expand Down

0 comments on commit efc72e3

Please sign in to comment.