From e7a6f14ecd48dd0ca65a78de85d01584385b822f Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 17 Jul 2024 20:30:58 +0200 Subject: [PATCH] chore: fix secret path for consortia envs got misconfigured with https://github.com/eclipse-tractusx/portal/pull/368 --- environments/consortia/helm-values/values-dev.yaml | 2 +- environments/consortia/helm-values/values-int.yaml | 2 +- environments/consortia/helm-values/values-rc.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environments/consortia/helm-values/values-dev.yaml b/environments/consortia/helm-values/values-dev.yaml index b354068dd..7e5b40691 100644 --- a/environments/consortia/helm-values/values-dev.yaml +++ b/environments/consortia/helm-values/values-dev.yaml @@ -261,7 +261,7 @@ backend: universalResolverAddress: "https://dev.uniresolver.io/" encryptionConfigs: index0: - encryptionKey: "" + encryptionKey: "" issuerComponent: clientId: "" clientSecret: "" diff --git a/environments/consortia/helm-values/values-int.yaml b/environments/consortia/helm-values/values-int.yaml index 1b3fddd4a..7e79f027e 100644 --- a/environments/consortia/helm-values/values-int.yaml +++ b/environments/consortia/helm-values/values-int.yaml @@ -261,7 +261,7 @@ backend: universalResolverAddress: "https://dev.uniresolver.io/" encryptionConfigs: index0: - encryptionKey: "" + encryptionKey: "" issuerComponent: clientId: "" clientSecret: "" diff --git a/environments/consortia/helm-values/values-rc.yaml b/environments/consortia/helm-values/values-rc.yaml index 2414caaf2..8b363ae60 100644 --- a/environments/consortia/helm-values/values-rc.yaml +++ b/environments/consortia/helm-values/values-rc.yaml @@ -261,7 +261,7 @@ backend: universalResolverAddress: "https://dev.uniresolver.io/" encryptionConfigs: index0: - encryptionKey: "" + encryptionKey: "" issuerComponent: clientId: "" clientSecret: ""