From ac8ffc7d78e757e0e6ed3ce17f0e11e51f634d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Tr=C3=B8strup?= Date: Tue, 3 Dec 2024 17:50:48 +0100 Subject: [PATCH] Fix secretName key in prd settings (#306) --- infrastructure/prd.settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/infrastructure/prd.settings.json b/infrastructure/prd.settings.json index b16f3f48..385f3a0c 100644 --- a/infrastructure/prd.settings.json +++ b/infrastructure/prd.settings.json @@ -97,8 +97,9 @@ }, { "name": "OtlpSettings__Token", - "value": "OtlpSettings-Token" + "secretName": "OtlpSettings-Token" } ] } -} \ No newline at end of file +} +