Skip to content

Commit ed7de17

Browse files
committed
chore(helm): add CREDENTIAL_SETS_ENABLED to values.yaml
1 parent a54549e commit ed7de17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm/sim/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ app:
238238
NEXT_PUBLIC_SSO_ENABLED: "" # Show SSO login button in UI ("true" to enable)
239239

240240
# 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)
241243
INBOX_ENABLED: "" # Enable Sim Mailer on self-hosted ("true" to enable)
242244
NEXT_PUBLIC_INBOX_ENABLED: "" # Show Sim Mailer settings page ("true" to enable)
243245
WHITELABELING_ENABLED: "" # Enable whitelabeling on self-hosted ("true" to enable)

0 commit comments

Comments
 (0)