From 08e0d83a5b2b4d269c9379b9b48e026ffd4d87c8 Mon Sep 17 00:00:00 2001 From: George Taylor Date: Thu, 8 Aug 2024 13:13:59 +0100 Subject: [PATCH] :fire: disable reindexing job from helm values --- kustomize/base/values.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/kustomize/base/values.yaml b/kustomize/base/values.yaml index 40fa258..863773b 100644 --- a/kustomize/base/values.yaml +++ b/kustomize/base/values.yaml @@ -791,7 +791,7 @@ alfresco-search-enterprise: # -- The password required to access the service, if any password: null reindexing: - enabled: true + enabled: false # leave as false - reindexing job is now standalone postgresql: url: hostname: @@ -800,18 +800,18 @@ alfresco-search-enterprise: image: tag: 4.0.1 liveIndexing: - mediation: - image: - tag: 4.0.1 - content: - image: - tag: 4.0.1 - metadata: - image: - tag: 4.0.1 - path: - image: - tag: 4.0.1 + mediation: + image: + tag: 4.0.1 + content: + image: + tag: 4.0.1 + metadata: + image: + tag: 4.0.1 + path: + image: + tag: 4.0.1 alfresco-digital-workspace: nodeSelector: {} enabled: false