Skip to content

Commit

Permalink
update role (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliyahu77 authored Dec 3, 2023
1 parent 87cb4b0 commit 920efe5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.jupyterNotebook.enabled -}
{{- if .Values.jupyterNotebook.enabled -}}
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
Expand Down
2 changes: 1 addition & 1 deletion charts/mlrun-ce/templates/jupyter-notebook/role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.jupyterNotebook.enabled -}
{{- if .Values.jupyterNotebook.enabled -}}
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand Down

0 comments on commit 920efe5

Please sign in to comment.