From 73faf3938a428229325fc63a88d9dca82fdbc887 Mon Sep 17 00:00:00 2001 From: Danylo Vanin Date: Wed, 25 May 2022 13:47:21 +0300 Subject: [PATCH] [GONRG-4953] Remove defaults --- helm/osdu-infra-onprem/values.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm/osdu-infra-onprem/values.yaml b/helm/osdu-infra-onprem/values.yaml index eeaa6db8..a5d3ed0e 100644 --- a/helm/osdu-infra-onprem/values.yaml +++ b/helm/osdu-infra-onprem/values.yaml @@ -526,10 +526,7 @@ gcp_partition_configmap: storage_configmap: enabled: true data: - redis_group_host: "redis-group-master" - redis_storage_host: "redis-storage-master" spring_profiles_active: "anthos" - storage_service_account_email: "storage@service.local" conf: on_prem_enabled: true -- GitLab