Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 432d157

Browse files
committed
Fix kibana url for custom release names
1 parent 5cb2478 commit 432d157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/persistence-elastic/templates/import-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ spec:
1818
value: {{ .Values.externalElasticStack.kibanaAddress | quote }}
1919
{{- else }}
2020
- name: KIBANA_URL
21-
value: "http://persistence-elastic-kibana.{{ .Release.Namespace }}.svc.cluster.local:5601"
21+
value: "http://{{ .Release.Name }}-kibana.{{ .Release.Namespace }}.svc.cluster.local:5601"
2222
{{- end }}

0 commit comments

Comments
 (0)