From b487ab06fb21bbe18aedeacee372701595886963 Mon Sep 17 00:00:00 2001 From: Artur Kamalov Date: Mon, 1 Sep 2025 13:31:33 +0200 Subject: [PATCH] fix typo --- ai/ai-starter-kit/helm-chart/ai-starter-kit/values-gke.yaml | 2 +- .../helm-chart/ai-starter-kit/values-minikube.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-gke.yaml b/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-gke.yaml index 8ed4153e..a88dc1f1 100644 --- a/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-gke.yaml +++ b/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-gke.yaml @@ -29,7 +29,7 @@ jupyterhub: python /tmp/download_models.py # populate workspace with initial files - if [ ! -f /home/joyvan/welcome.ipynb ]; then + if [ ! -f /home/jovyan/welcome.ipynb ]; then cp /tmp/welcome.ipynb /home/jovyan/welcome.ipynb fi volumeMounts: diff --git a/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-minikube.yaml b/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-minikube.yaml index 21cf93ac..6fb31ea7 100644 --- a/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-minikube.yaml +++ b/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-minikube.yaml @@ -28,7 +28,7 @@ jupyterhub: python /tmp/download_models.py - if [ ! -f /home/joyvan/welcome.ipynb ]; then + if [ ! -f /home/jovyan/welcome.ipynb ]; then cp /tmp/welcome.ipynb /home/jovyan/welcome.ipynb fi volumeMounts: