diff --git a/charts/self-host/values.yaml b/charts/self-host/values.yaml index 0caa7c7a..15454d9c 100644 --- a/charts/self-host/values.yaml +++ b/charts/self-host/values.yaml @@ -5,7 +5,8 @@ nameOverride: "" # LaunchDarkly feature flags # Flags can be added as key-value pairs, e.g., flagName: true. See the documentation for more information. # See https://contributing.bitwarden.com/contributing/feature-flags/#flag-data-sources for more information. -featureFlags: {} +featureFlags: + generator-tools-modernization: true # Enable Argo CD support # Adds annotations for sync waves and hooks on various jobs to ensure proper ordering of resources.