11 lines
260 B
Smarty
11 lines
260 B
Smarty
{{- define "elasticsearch-mcp.name" -}}
|
|
{{- .Values.fullnameOverride | default .Release.Name }}
|
|
{{- end }}
|
|
|
|
{{- define "elasticsearch-mcp.labels" -}}
|
|
app: {{ include "elasticsearch-mcp.name" . }}
|
|
{{- with .Values.labels }}
|
|
{{ toYaml . }}
|
|
{{- end }}
|
|
{{- end }}
|