Commit 49a6ed76 authored by David van der Spek's avatar David van der Spek
Browse files

fix mlflow standalone service account

parent 4f40a97a
Pipeline #1443 failed with stages
in 10 minutes and 59 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -2,7 +2,7 @@ apiVersion: plural.sh/v1alpha1
kind: Dependencies
metadata:
description: mlflow aws setup
version: 0.1.0
version: 0.1.1
spec:
dependencies:
- name: aws-bootstrap
......
......@@ -9,7 +9,7 @@ variable "cluster_name" {
variable "mlflow_serviceaccount" {
type = string
default = "mlflow"
default = "mlflow-mlflow-standalone"
}
variable "role_name" {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment