Skip to content

Commit

Permalink
Disable NPS survey when primehub mode is ee or deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Lee <[email protected]>
  • Loading branch information
ctiml committed Feb 23, 2023
1 parent 64c184d commit ca60efa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install/helmfiles/primehub/primehub.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@ ingress:
secretName: hub-tls
{{ end }}

# When PRIMEHUB_MODE in ['ee', 'deploy'], disable NPS survey
{{- if ne $PRIMEHUB_MODE "ce" }}
console:
npsSurvey:
enabled: false
{{- end }}

graphql:
sharedGraphqlSecret: {{ env "ADMIN_UI_GRAPHQL_SECRET_KEY" }}

Expand Down

0 comments on commit ca60efa

Please sign in to comment.