From c8f84a82ab3980d585cca29d276dcc5495cb56e8 Mon Sep 17 00:00:00 2001 From: nsantacruz Date: Tue, 28 Nov 2023 14:46:46 +0200 Subject: [PATCH] chore(search): remove unused elasticAdmin secret from ES6 cronjob --- .../templates/cronjob/reindex-elasticsearch-es6.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch-es6.yaml b/helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch-es6.yaml index 2253eba8cc..748e30d1f2 100644 --- a/helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch-es6.yaml +++ b/helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch-es6.yaml @@ -44,8 +44,6 @@ spec: name: {{ template "sefaria.secrets.slackWebhook" . }} key: slack-webhook envFrom: - - secretRef: - name: {{ template "sefaria.secrets.elasticAdmin" . }} - secretRef: name: {{ .Values.secrets.localSettings.ref }} optional: true