diff --git a/helm_chart/HyperPodHelmChart/charts/mlflow/values.yaml b/helm_chart/HyperPodHelmChart/charts/mlflow/values.yaml index 19c63fd4..c979de22 100644 --- a/helm_chart/HyperPodHelmChart/charts/mlflow/values.yaml +++ b/helm_chart/HyperPodHelmChart/charts/mlflow/values.yaml @@ -1,5 +1,5 @@ mlflow: serviceAccount: name: "mlflow-service-account1" - namespace: "kubeflow" + namespace: "default" roleARN: "arn:aws:iam::555555555555:role/hyperpod-mlflow-role" diff --git a/helm_chart/HyperPodHelmChart/charts/namespaced-role-and-bindings/values.yaml b/helm_chart/HyperPodHelmChart/charts/namespaced-role-and-bindings/values.yaml index 44ad2e29..2bb23ee3 100644 --- a/helm_chart/HyperPodHelmChart/charts/namespaced-role-and-bindings/values.yaml +++ b/helm_chart/HyperPodHelmChart/charts/namespaced-role-and-bindings/values.yaml @@ -1,2 +1,2 @@ -namespace: "kubeflow" +namespace: "default" roleName: "hyperpod-scientist-user-namespace-level-role" \ No newline at end of file