aws-samples / amazon-eks-machine-learning-with-terraform-and-kubeflow

Distributed training using Kubeflow on Amazon EKS
Apache License 2.0
79 stars 43 forks source link

Helm chart kfp component does not need to include default values file #76

Closed ajayvohra2005 closed 6 months ago

ajayvohra2005 commented 6 months ago

Helm chart kfp component kfp/components/src/helm-charts-component/helm_charts_component.py is explicitly including default helm chart values file in helm chart install command. This is not needed, as helm chart install always merges values with the chart's default values file.