From 33ee281ea7e3d43ee94183e8c05b5f8f62504cfc Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Tue, 22 Oct 2024 20:43:23 +0530 Subject: [PATCH] Helm Chart: Fixed Dedupe secret not found Signed-off-by: Lalith Kota --- charts/reporting-init/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/reporting-init/values.yaml b/charts/reporting-init/values.yaml index b089f86..f3e1e9b 100644 --- a/charts/reporting-init/values.yaml +++ b/charts/reporting-init/values.yaml @@ -185,6 +185,7 @@ envVarsFrom: secretKeyRef: name: '{{ tpl .Values.dedupeOpensearchInstallationName $ }}' key: opensearch-password + optional: true startUpCommand: |- #!/usr/bin/env bash