Skip to content

Commit

Permalink
Fix missing clusterDomain in config template
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Détour <[email protected]>
  • Loading branch information
chino540off committed Oct 24, 2024
1 parent 678fee0 commit c102841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/milvus/templates/config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ etcd:
{{- else }}
endpoints:
{{- range $i := until ( .Values.etcd.replicaCount | int ) }}
- {{ $etcdReleaseName }}-{{ $i }}.{{ $etcdReleaseName }}-headless.{{ $namespace }}.svc.cluster.local:{{ $etcdPort }}
- {{ $etcdReleaseName }}-{{ $i }}.{{ $etcdReleaseName }}-headless.{{ $namespace }}.svc.{{ .Values.etcd.clusterDomain }}:{{ $etcdPort }}
{{- end }}
{{- end }}

Expand Down

0 comments on commit c102841

Please sign in to comment.