Previously, enabling external S3 meant that the chart was setting
the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment vari-
ables with values from a kubernetes secret. However, users may
want to use other means of providing these credentials, e.g. on
EKS, where it's possible to use a web identity token file. This
patch introduces a new value that lets users opt out of using the
ID and access key mechanism.
Signed-off-by: Gösta von Götz <goesta@aisight.de>
### Description of the change
<!-- Describe the scope of your change - i.e. what the change does. -->
### Benefits
<!-- What benefits will be realized by the code change? -->
### Possible drawbacks
This PR adds a helm chart for MLflow. Has the following features:
- TLS support
- Network policies
- Prometheus metrics
- HPA and VPA
- Bitnami standards
---------
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Fran Mulero <fmulero@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>