You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Describe the bug
nifi.properties values defined in .Values.properties.safetyValve are ignored unless .Values.auth.oidc.enabled
What happened:
0.6.1 adds the check {{- if .Values.auth.oidc.enabled }} on line 193 of templates/statefulset.yaml. This check means that custom nifi.properties values (line 215) are never set if .Values.auth.oidc is disabled.
What you expected to happen:
Remove/refactor check for OIDC auth
Modify nifi.properties using safetyValve values regardless of auth or other settings.
How to reproduce it (as minimally and precisely as possible):
Vanilla deploy of 0.6.1 with 2 replicas and no auth.
Add values to verify change
.Values.properties.safetyValve:
nifi.ui.banner.text: 'Show this text'
Look for banner text in UI.
Anything else we need to know:
Related to #115 & #108
The text was updated successfully, but these errors were encountered:
Describe the bug
nifi.properties values defined in
.Values.properties.safetyValve
are ignored unless.Values.auth.oidc.enabled
What happened:
0.6.1 adds the check
{{- if .Values.auth.oidc.enabled }}
on line 193 of templates/statefulset.yaml. This check means that custom nifi.properties values (line 215) are never set if .Values.auth.oidc is disabled.What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Vanilla deploy of 0.6.1 with 2 replicas and no auth.
Add values to verify change
Look for banner text in UI.
Anything else we need to know:
Related to #115 & #108
The text was updated successfully, but these errors were encountered: