zilliztech / milvus-helm

Apache License 2.0
58 stars 43 forks source link

Allow reading credentials from secrets #140

Open artesby opened 2 weeks ago

artesby commented 2 weeks ago

possible duplicates https://github.com/zilliztech/milvus-helm/issues/128

If i understand correctly, currently:

credentials for external S3 can only be passed explicitly in values.yaml:

externalS3:
  accessKey: ...
  secretKey: ...

credentials for external kafka can only be passed explicitly in configmap:

extraConfigFiles:
  user.yaml: |+
    kafka:
      saslUsername: ...
      saslPassword: ...

Would be great if we could read these credentials from secrets.