[bitnami/milvus] Fixup milvus & externalS3 couldn't be deployed in the same namespace (bitnami#20396) (#20500)

* [bitnami/milvus] Fixup milvus & externalS3 couldn't be deployed in the same namespace (bitnami#20396)

Signed-off-by: Chen Rao <chenrao317328@163.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Chen Rao <chenrao317328@163.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Chen Rao
2023-11-17 19:22:33 +08:00
committed by GitHub
parent da86979d43
commit 15910c2048
13 changed files with 52 additions and 13 deletions

View File

@@ -40,6 +40,9 @@ spec:
app.kubernetes.io/part-of: milvus
app.kubernetes.io/component: proxy
spec:
{{- if semverCompare ">= 1.13" (include "common.capabilities.kubeVersion" .) }}
enableServiceLinks: {{ .Values.enableServiceLinks }}
{{- end }}
serviceAccountName: {{ template "milvus.proxy.serviceAccountName" . }}
{{- include "milvus.imagePullSecrets" . | nindent 6 }}
{{- if .Values.proxy.hostAliases }}