Files
chart/library/ix-dev/charts/elastic-search/templates/_helper.tpl
Stavros Kois 18bfb4ad14 NAS-121334 / 23.10 / Add ElasticSearch chart to charts (#1078)
* Add elastic-search to charts train

* Add read-me

* bump common

* add description

* quote all default string values
2023-04-11 18:32:44 +03:00

8 lines
180 B
Smarty

{{- define "es.schema" -}}
{{- $protocol := "http" -}}
{{- if .Values.esNetwork.certificateID -}}
{{- $protocol = "https" -}}
{{- end -}}
{{- $protocol -}}
{{- end -}}