-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
elasticsearch: | ||
# -- Enable embedded elasticsearch - useful when using this chart in standalone | ||
enabled: false | ||
replicas: 1 | ||
clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s" |
There was a problem hiding this comment.
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 -}} |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
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.