Skip to content

Commit

Permalink
Add missing helm chart mapping for inbound search visibility (#2265)
Browse files Browse the repository at this point in the history
* Add missing helm chart mapping for inbound search visibility

* changelog
  • Loading branch information
smatting authored Apr 5, 2022
1 parent c1f3a68 commit 85f625a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/3-bug-fixes/FS-491-helm-chart-mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing helm chart mapping for inbound search visibility
4 changes: 4 additions & 0 deletions charts/galley/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,9 @@ data:
sndFactorPasswordChallenge:
{{- toYaml .settings.featureFlags.sndFactorPasswordChallenge | nindent 10 }}
{{- end }}
{{- if .settings.featureFlags.searchVisibilityInbound }}
searchVisibilityInbound:
{{- toYaml .settings.featureFlags.searchVisibilityInbound | nindent 10 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 85f625a

Please sign in to comment.