Make the possibility of loading the s3 accessKey and secretKey from a secret instead of being passed from the values to the config map. This way this keys can be outside the values file. Can be enabled by a value like:
externalS3:
- loadKeysFromSecret: true
These would then be passed to milvus deployment with the environment variables MINIO_SECRET_ACCESS_KEY and MINIO_ACCESS_KEY_ID as presented here https://milvus.io/docs/configure_minio.md.
I can contribute to this feature with a pull request.
Make the possibility of loading the s3 accessKey and secretKey from a secret instead of being passed from the values to the config map. This way this keys can be outside the values file. Can be enabled by a value like:
These would then be passed to milvus deployment with the environment variables
MINIO_SECRET_ACCESS_KEYandMINIO_ACCESS_KEY_IDas presented here https://milvus.io/docs/configure_minio.md.I can contribute to this feature with a pull request.