Skip to content

Commit

Permalink
OPSEXP-1766 Fixup helm deployment error (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jan 23, 2024
1 parent c435068 commit afff10d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ data:
-Dshare.host={{ tpl (.Values.externalHost | default (printf "%s-share" (include "content-services.shortname" .))) $ }}
-Dshare.port={{ tpl (.Values.externalPort | default .Values.share.service.externalPort | toString) $ }}
-Dalfresco_user_store.adminpassword={{ .Values.repository.adminPassword | default "209c6174da490caeb422f3fa5a7ae634" }}
{{- if and
(not (index .Values "alfresco-search" "enabled"))
(not (index .Values "alfresco-elasticsearch-connector" "enabled"))
(not (index .Values "alfresco-search" "external" "host"))
}}
{{- if and (not (index .Values "alfresco-search" "enabled")) (not (index .Values "alfresco-elasticsearch-connector" "enabled")) (not (index .Values "alfresco-search" "external" "host")) }}
-Dindex.subsystem.name=none
{{- else if or (index .Values "alfresco-search" "enabled") (index .Values "alfresco-search" "external" "host") }}
-Dindex.subsystem.name=solr6
Expand Down

0 comments on commit afff10d

Please sign in to comment.