From 053942a8e31381e6d5c572b355faced2bb947f13 Mon Sep 17 00:00:00 2001 From: Igor Zimovets Date: Wed, 18 May 2022 16:59:04 +0300 Subject: [PATCH 1/2] fix var name for file service --- helm/osdu-infra-onprem/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/osdu-infra-onprem/values.yaml b/helm/osdu-infra-onprem/values.yaml index 190dfbc7..8e1db73e 100644 --- a/helm/osdu-infra-onprem/values.yaml +++ b/helm/osdu-infra-onprem/values.yaml @@ -663,7 +663,7 @@ gcp_file_configmap: osdu_entitlements_url: "http://entitlements/api/entitlements/v2/" partition_api: "http://partition/api/partition/v1/" storage_api: "http://storage/api/storage/v2/" - spring_profile: "anthos" + spring_profiles_active: "anthos" conf: on_prem_enabled: true -- GitLab From b016eedd20f51e8ce85e82bff885a0f0a51eb16f Mon Sep 17 00:00:00 2001 From: Igor Zimovets Date: Wed, 18 May 2022 17:55:22 +0300 Subject: [PATCH 2/2] remove default vars for file service --- helm/osdu-infra-onprem/values.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helm/osdu-infra-onprem/values.yaml b/helm/osdu-infra-onprem/values.yaml index 8e1db73e..d9c8ebc5 100644 --- a/helm/osdu-infra-onprem/values.yaml +++ b/helm/osdu-infra-onprem/values.yaml @@ -659,10 +659,6 @@ gcp_workflow_deploy: gcp_file_configmap: enabled: true data: - log_level: "INFO" - osdu_entitlements_url: "http://entitlements/api/entitlements/v2/" - partition_api: "http://partition/api/partition/v1/" - storage_api: "http://storage/api/storage/v2/" spring_profiles_active: "anthos" conf: on_prem_enabled: true -- GitLab