From 920efe5e34dd225c1349291838323faad79285bf Mon Sep 17 00:00:00 2001 From: eliyahu77 <40737397+eliyahu77@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:44:43 +0200 Subject: [PATCH] update role (#87) --- charts/mlrun-ce/Chart.yaml | 2 +- charts/mlrun-ce/templates/jupyter-notebook/role-binding.yaml | 2 +- charts/mlrun-ce/templates/jupyter-notebook/role.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mlrun-ce/Chart.yaml b/charts/mlrun-ce/Chart.yaml index 23eadcd0..40d62b13 100644 --- a/charts/mlrun-ce/Chart.yaml +++ b/charts/mlrun-ce/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.6.3-rc7 +version: 0.6.3-rc8 name: mlrun-ce description: MLRUn Open Source Stack home: https://iguazio.com diff --git a/charts/mlrun-ce/templates/jupyter-notebook/role-binding.yaml b/charts/mlrun-ce/templates/jupyter-notebook/role-binding.yaml index edc78feb..fed3930f 100644 --- a/charts/mlrun-ce/templates/jupyter-notebook/role-binding.yaml +++ b/charts/mlrun-ce/templates/jupyter-notebook/role-binding.yaml @@ -1,4 +1,4 @@ -{{- if .Values.jupyterNotebook.enabled -} +{{- if .Values.jupyterNotebook.enabled -}} apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: diff --git a/charts/mlrun-ce/templates/jupyter-notebook/role.yaml b/charts/mlrun-ce/templates/jupyter-notebook/role.yaml index 06d18fdb..4ab4e065 100644 --- a/charts/mlrun-ce/templates/jupyter-notebook/role.yaml +++ b/charts/mlrun-ce/templates/jupyter-notebook/role.yaml @@ -1,4 +1,4 @@ -{{- if .Values.jupyterNotebook.enabled -} +{{- if .Values.jupyterNotebook.enabled -}} apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: