From 50e97a69efe6cdb7d760ae0bf0fa6b8f6ff0cc83 Mon Sep 17 00:00:00 2001 From: Micaiah Martin Date: Tue, 17 Dec 2024 11:11:44 -0700 Subject: [PATCH] Add test flag --- charts/self-host/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.