mirror of
https://github.com/truenas/charts.git
synced 2026-04-27 03:52:04 +08:00
* Add elastic-search to charts train * Add read-me * bump common * add description * quote all default string values
8 lines
180 B
Smarty
8 lines
180 B
Smarty
{{- define "es.schema" -}}
|
|
{{- $protocol := "http" -}}
|
|
{{- if .Values.esNetwork.certificateID -}}
|
|
{{- $protocol = "https" -}}
|
|
{{- end -}}
|
|
{{- $protocol -}}
|
|
{{- end -}}
|