From 9af07f28c781e337a08b6fe31d25dc83051104dd Mon Sep 17 00:00:00 2001 From: Gabriel Barbosa Soares Date: Thu, 1 Oct 2020 15:21:37 -0300 Subject: [PATCH] Update mlflow.yaml Volume in wrong identantion --- ch06/install/mlflowchart/templates/mlflow.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ch06/install/mlflowchart/templates/mlflow.yaml b/ch06/install/mlflowchart/templates/mlflow.yaml index fe89e37..f66af7b 100644 --- a/ch06/install/mlflowchart/templates/mlflow.yaml +++ b/ch06/install/mlflowchart/templates/mlflow.yaml @@ -34,10 +34,10 @@ spec: valueFrom: { secretKeyRef: { name: "minioaccess", key: "AWS_SECRET_ACCESS_KEY" } } - name: "AWS_BUCKET" value: "mlflow" - volumes: - - name: secret-volume - secret: - secretName: minioaccess + volumes: + - name: secret-volume + secret: + secretName: minioaccess --- apiVersion: v1 kind: Service @@ -72,4 +72,4 @@ spec: - destination: host: mlflowserver.kubeflow.svc.cluster.local port: - number: 5000 \ No newline at end of file + number: 5000