Skip to content

Commit

Permalink
Merge pull request #30 from xenit-eu/XM2C-48
Browse files Browse the repository at this point in the history
XM2C-48 add index noindex to acs config if solr is not enabled
  • Loading branch information
thijslemmens authored Oct 21, 2022
2 parents 236c92d + 396481f commit 5c40bd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xenit-alfresco/templates/acs/acs-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ data:
GLOBAL_transform.service.enabled: 'false'
{{- end }}
GLOBAL_aos.baseUrlOverwrite: '{{ .Values.ingress.syncServiceHost }}://{{ .Values.ingress.host }}/alfresco/aos'
{{- if not .Values.solr.enabled }}
GLOBAL_index.subsystem.name: "noindex"
{{- end }}
{{- if .Values.acs.additionalEnvironmentVariables }}
{{ toYaml .Values.acs.additionalEnvironmentVariables | nindent 2 }}
{{- end }}

0 comments on commit 5c40bd6

Please sign in to comment.