From 6fc65c41582f94a4a374c5c1e6a21450ee4dc57f Mon Sep 17 00:00:00 2001 From: Lorenz Hilpert Date: Tue, 13 May 2025 12:13:12 +0200 Subject: [PATCH] fix(config): update configMap mountPath for consistency --- helmvalues/client.Feature.yaml | 2 +- helmvalues/client.Test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helmvalues/client.Feature.yaml b/helmvalues/client.Feature.yaml index f412ec200..49d9b979c 100644 --- a/helmvalues/client.Feature.yaml +++ b/helmvalues/client.Feature.yaml @@ -20,4 +20,4 @@ resources: aspnet_environment: %ENVIRONMENT% configMap: - mountPath: /usr/share/nginx/html/config + mountPath: /usr/share/nginx/html/browser/config diff --git a/helmvalues/client.Test.yaml b/helmvalues/client.Test.yaml index 38f56b3f8..d3be3df51 100644 --- a/helmvalues/client.Test.yaml +++ b/helmvalues/client.Test.yaml @@ -25,4 +25,4 @@ deployment_annotations: aspnet_environment: %ENVIRONMENT% configMap: - mountPath: /usr/share/nginx/html/config + mountPath: /usr/share/nginx/html/browser/config