Skip to content

Commit 85f625a

Browse files
authored
Add missing helm chart mapping for inbound search visibility (#2265)
* Add missing helm chart mapping for inbound search visibility * changelog
1 parent c1f3a68 commit 85f625a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add missing helm chart mapping for inbound search visibility

charts/galley/templates/configmap.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,9 @@ data:
7272
sndFactorPasswordChallenge:
7373
{{- toYaml .settings.featureFlags.sndFactorPasswordChallenge | nindent 10 }}
7474
{{- end }}
75+
{{- if .settings.featureFlags.searchVisibilityInbound }}
76+
searchVisibilityInbound:
77+
{{- toYaml .settings.featureFlags.searchVisibilityInbound | nindent 10 }}
78+
{{- end }}
7579
{{- end }}
7680
{{- end }}

0 commit comments

Comments
 (0)