Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-2286: allow passing the ATS location #115

Merged
merged 13 commits into from
Sep 22, 2023
Merged

OPSEXP-2286: allow passing the ATS location #115

merged 13 commits into from
Sep 22, 2023

Conversation

alxgomz
Copy link
Contributor

@alxgomz alxgomz commented Sep 21, 2023

Ref: OPSEXP-2286

Previous the ATS location was only computed using an old chart and only worked if the ats router and sfs were using specific name prefixes (alfresco-cs & alfresco)

That PR allow passing the ATS details in values or configmap, making either of both mandatory.

@alxgomz alxgomz requested review from gionn and slohe1 September 22, 2023 06:30
charts/alfresco-search-enterprise/values.yaml Outdated Show resolved Hide resolved
Comment on lines 104 to 108
elasticsearch:
# -- Enable embedded elasticsearch - useful when using this chart in standalone
enabled: false
replicas: 1
clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want to move also this to the bottom if the intention is to have all values related to testing at the bottom?

{{- end -}}

{{- define "alfresco-search-enterprise.config.spring" -}}
{{- if .Values.elasticsearch.enabled }}
{{- if .Values.elasticsearch.enabled -}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the closing - really necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's cosmetic tbh 💅 ut I would argue that a named template should never start with a carriage return.

@alxgomz alxgomz merged commit a3260bb into main Sep 22, 2023
2 checks passed
@alxgomz alxgomz deleted the OPSEXP-2286 branch September 22, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants