We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54549e commit ed7de17Copy full SHA for ed7de17
helm/sim/values.yaml
@@ -238,6 +238,8 @@ app:
238
NEXT_PUBLIC_SSO_ENABLED: "" # Show SSO login button in UI ("true" to enable)
239
240
# Enterprise Feature Overrides (self-hosted)
241
+ CREDENTIAL_SETS_ENABLED: "" # Enable credential sets (email polling) on self-hosted ("true" to enable)
242
+ NEXT_PUBLIC_CREDENTIAL_SETS_ENABLED: "" # Show credential sets settings page ("true" to enable)
243
INBOX_ENABLED: "" # Enable Sim Mailer on self-hosted ("true" to enable)
244
NEXT_PUBLIC_INBOX_ENABLED: "" # Show Sim Mailer settings page ("true" to enable)
245
WHITELABELING_ENABLED: "" # Enable whitelabeling on self-hosted ("true" to enable)
0 commit comments