From 79acd7c1f1d1645040ac63eaa8de22384eeb9d89 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org>
Date: Tue, 28 Nov 2023 11:35:10 +0100
Subject: [PATCH] swh/values: Drop obsolete storage values

Refs. swh/infra/sysadm-environment#5164
---
 swh/values.yaml | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/swh/values.yaml b/swh/values.yaml
index 1f0670b73..0592a4029 100644
--- a/swh/values.yaml
+++ b/swh/values.yaml
@@ -609,21 +609,6 @@ storage:
   # When true, check db & code versions and do not start if they diverge
   checkDbVersion: false
 
-  objstorage:
-    cls: noop
-  ##  if objstorage configuration doesn't contains passwords or sensitive data
-  # objstorageClass: filtered
-  # objstorageConfig:
-  #   storage_conf:
-  #     cls: remote
-  #     url: http://storage1.internal.staging.swh.network:5003/
-  #   filters_conf:
-  #   - type: readonly
-  ## if objstorage configuration contains passwords or sensitive data
-  ## /!\ the configmap indentation (10) had to be defined in the secret
-  # objstorageClass: multiplexer
-  # objstorageConfig: ${OBJSTORAGECONFIG}
-
   # Deploy an ingress to access the storage
   ingress:
     enabled: false
@@ -638,22 +623,6 @@ storage:
         paths:
           - path: /
 
-  ## if journal access is required
-  ## mandatory values
-  #journalWriter:
-  #  brokers:
-  #    - kafka1
-  #    - kafka2
-  #    - kafka3
-  #  clientId: swh.storage.journal_writer.storage1
-  #  producerConfig: |-
-  #    message.max.bytes: 1000000000
-  #    item2: value2
-  #    item3: value3
-  ## optional values with their default value
-  #  prefix: swh.journal.objects
-  #  anonymize: true
-
 # internalNetworkRanges:
 #   - xxx.xxx.xxx.xxx/24
 #   - yyy.yyy.yyy.yyy/24
-- 
GitLab