_helper.tpl 180 B

1234567
  1. {{- define "es.schema" -}}
  2. {{- $protocol := "http" -}}
  3. {{- if .Values.esNetwork.certificateID -}}
  4. {{- $protocol = "https" -}}
  5. {{- end -}}
  6. {{- $protocol -}}
  7. {{- end -}}