You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/qdrant/templates/NOTES.txt
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
{{- if .Values.qdrant.apiKey }}
2
-
Your api key is: **{{ .Values.qdrant.apiKey }}**
2
+
Your password: **{{ .Values.qdrant.apiKey }}**
3
3
{{ end }}
4
4
5
5
{{- if .Values.qdrant.ingress.enabled }}
6
-
You can connect to qdrant api with your browser on this [link](https://{{ index .Values.qdrant.ingress.hosts 0 "host" }})
7
-
and to [qdrant dashboard on this link](https://{{ index .Values.qdrant.ingress.hosts 0 "host" }}/dashboard)
6
+
You can use the following links to connect to [qdrant dashboard](https://{{ index .Values.qdrant.ingress.hosts 0 "host" }}/dashboard) and to [qdrant api](https://{{ index .Values.qdrant.ingress.hosts 0 "host" }})
8
7
{{- end }}
9
8
10
9
You can connect to qdrant from inside the datalab at this url : **http://{{ .Values.qdrant.fullnameOverride }}:6333**
0 commit comments