mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-25 04:56:18 +10:00
[bitnami/kibana] Do not add server.basePath unless specified (#3260)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: kibana
|
||||
version: 5.3.4
|
||||
version: 5.3.5
|
||||
appVersion: 7.8.0
|
||||
description: Kibana is an open source, browser based analytics and search dashboard for Elasticsearch.
|
||||
keywords:
|
||||
|
||||
@@ -10,7 +10,9 @@ data:
|
||||
server.host: "::"
|
||||
server.port: 5601
|
||||
elasticsearch.hosts: [{{ include "kibana.elasticsearch.url" . }}]
|
||||
{{- if .Values.configuration.server.basePath }}
|
||||
server.basePath: {{ .Values.configuration.server.basePath | quote }}
|
||||
{{- end }}
|
||||
server.rewriteBasePath: {{ .Values.configuration.server.rewriteBasePath }}
|
||||
{{- if .Values.extraConfiguration }}
|
||||
{{- tpl (toYaml .Values.extraConfiguration) $ | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user