From 87cb4b0275693a87850da488ca194f354c1dae8f Mon Sep 17 00:00:00 2001 From: eliyahu77 <40737397+eliyahu77@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:08:14 +0200 Subject: [PATCH] Fix typo (#86) --- charts/mlrun-ce/Chart.yaml | 2 +- charts/mlrun-ce/templates/jupyter-notebook/serviceaccount.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mlrun-ce/Chart.yaml b/charts/mlrun-ce/Chart.yaml index 657e54db..23eadcd0 100644 --- a/charts/mlrun-ce/Chart.yaml +++ b/charts/mlrun-ce/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.6.3-rc6 +version: 0.6.3-rc7 name: mlrun-ce description: MLRUn Open Source Stack home: https://iguazio.com diff --git a/charts/mlrun-ce/templates/jupyter-notebook/serviceaccount.yaml b/charts/mlrun-ce/templates/jupyter-notebook/serviceaccount.yaml index 7a68a410..99dbdb3e 100644 --- a/charts/mlrun-ce/templates/jupyter-notebook/serviceaccount.yaml +++ b/charts/mlrun-ce/templates/jupyter-notebook/serviceaccount.yaml @@ -1,4 +1,4 @@ -{{- if .Values.jupyterNotebook.serviceAccount.create -} +{{- if .Values.jupyterNotebook.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount metadata: