From b7321527315a0229b50c16cd82daf948794a17bc Mon Sep 17 00:00:00 2001 From: Leonardo Rosa Date: Wed, 1 Oct 2025 10:20:06 -0300 Subject: [PATCH 1/3] Remove defaults from databaseTrafficCapture --- .../database_traffic_capture_spec.rb | 6 +++--- values.yaml | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/spec/configuration/database_traffic_capture_spec.rb b/spec/configuration/database_traffic_capture_spec.rb index 61018a0906..150d4cb778 100644 --- a/spec/configuration/database_traffic_capture_spec.rb +++ b/spec/configuration/database_traffic_capture_spec.rb @@ -66,9 +66,9 @@ describe 'database traffic capture configuration' do 'storage' => { 'connector' => { 'provider' => 'provider', - 'project_id' => '', - 'credentials' => '', - 'bucket' => '' + 'project_id' => nil, + 'credentials' => nil, + 'bucket' => nil } } } diff --git a/values.yaml b/values.yaml index fa230a2fc1..e326ff27ce 100644 --- a/values.yaml +++ b/values.yaml @@ -514,14 +514,14 @@ global: workspaces: {} ## Configure Database Traffic Capture. This is a Gitlab internal-use experiment. - databaseTrafficCapture: - config: - storage: - connector: - provider: "" - projectId: "" - credentials: "" - bucket: "" + #databaseTrafficCapture: + # config: + # storage: + # connector: + # provider: "" + # projectId: "" + # credentials: "" + # bucket: "" ## Configure GitLab Cells. Cells is a GitLab internal-use experiment. ## https://docs.gitlab.com/administration/cells/ -- GitLab From 4ccd24d178d67b419e423e12cb796a5d137b574a Mon Sep 17 00:00:00 2001 From: Leonardo Rosa Date: Wed, 1 Oct 2025 15:18:03 -0300 Subject: [PATCH 2/3] Update commented indentation --- values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/values.yaml b/values.yaml index e326ff27ce..83d13c9b75 100644 --- a/values.yaml +++ b/values.yaml @@ -515,13 +515,13 @@ global: ## Configure Database Traffic Capture. This is a Gitlab internal-use experiment. #databaseTrafficCapture: - # config: - # storage: - # connector: - # provider: "" - # projectId: "" - # credentials: "" - # bucket: "" + # config: + # storage: + # connector: + # provider: "" + # projectId: "" + # credentials: "" + # bucket: "" ## Configure GitLab Cells. Cells is a GitLab internal-use experiment. ## https://docs.gitlab.com/administration/cells/ -- GitLab From 7fbbf39f786f7c1bda0829309464e5bcc2677b5e Mon Sep 17 00:00:00 2001 From: Leonardo Rosa Date: Wed, 1 Oct 2025 15:21:32 -0300 Subject: [PATCH 3/3] Remove quotes from databaseTrafficCapture --- values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/values.yaml b/values.yaml index 83d13c9b75..7bd6f987c8 100644 --- a/values.yaml +++ b/values.yaml @@ -518,10 +518,10 @@ global: # config: # storage: # connector: - # provider: "" - # projectId: "" - # credentials: "" - # bucket: "" + # provider: + # projectId: + # credentials: + # bucket: ## Configure GitLab Cells. Cells is a GitLab internal-use experiment. ## https://docs.gitlab.com/administration/cells/ -- GitLab