From 7ac40171e3ddfdd4db1f90a1a0112f4b718e6cfe Mon Sep 17 00:00:00 2001 From: Trevor Royer Date: Thu, 2 May 2024 15:28:37 -0600 Subject: [PATCH] fix missing template notation for CA (#25) --- charts/mlflow-server/Chart.yaml | 2 +- charts/mlflow-server/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mlflow-server/Chart.yaml b/charts/mlflow-server/Chart.yaml index e96e144..5f6a67e 100644 --- a/charts/mlflow-server/Chart.yaml +++ b/charts/mlflow-server/Chart.yaml @@ -8,7 +8,7 @@ sources: - https://github.com/strangiato/helm-charts/tree/main/charts/mlflow-server - https://github.com/strangiato/mlflow-server -version: 0.6.4 +version: 0.6.5 appVersion: "2.10" icon: https://avatars.githubusercontent.com/u/39938107 diff --git a/charts/mlflow-server/templates/deployment.yaml b/charts/mlflow-server/templates/deployment.yaml index 5f86ecb..2464c28 100644 --- a/charts/mlflow-server/templates/deployment.yaml +++ b/charts/mlflow-server/templates/deployment.yaml @@ -86,7 +86,7 @@ spec: {{ end }} {{ if .Values.objectStorage.caBundle }} - name: AWS_CA_BUNDLE - value: .Values.objectStorage.caBundle + value: {{ .Values.objectStorage.caBundle }} {{ end }} {{ if .Values.crunchyPostgres.enabled }} - name: PGBOUNCE_HOST