remove unneded secret mount

This commit is contained in:
Artur Kamalov 2025-09-02 13:32:17 +02:00
parent e4159b2166
commit 889f72aba0
4 changed files with 2 additions and 25 deletions

View File

@ -25,8 +25,8 @@ appVersion: "1.16.0"
dependencies:
- condition: ray-cluster.enabled
name: kuberay-operator
- name: kuberay-operator
condition: ray-cluster.enabled
version: "1.3.0"
repository: "https://ray-project.github.io/kuberay-helm"
- condition: ray-cluster.enabled

View File

@ -56,9 +56,6 @@ jupyterhub:
mountPath: /tmp/download_models.py
subPath: download_models.py
readOnly: true
- name: hf-token-secret
mountPath: "/etc/secrets/huggingface"
readOnly: true
- name: welcome-ipynb
mountPath: "/tmp/welcome.ipynb"
subPath: welcome.ipynb
@ -87,10 +84,6 @@ jupyterhub:
- name: chat-bot-ipynb
configMap:
name: "ai-starter-kit-chat-bot-ipynb"
- name: hf-token-secret
secret:
secretName: "ai-starter-kit-hf-token-secret"
optional: true
extraVolumeMounts:
- name: requirements-txt
mountPath: /tmp/requirements.txt

View File

@ -5,7 +5,6 @@ jupyterhub:
fullnameOverride:
singleuser:
fsGid: 100
defaultUrl: "/lab/tree/welcome.ipynb"
image:
name: jupyterhub/k8s-singleuser-sample
@ -54,9 +53,6 @@ jupyterhub:
mountPath: /tmp/download_models.py
subPath: download_models.py
readOnly: true
- name: hf-token-secret
mountPath: "/etc/secrets/huggingface"
readOnly: true
- name: welcome-ipynb
mountPath: "/tmp/welcome.ipynb"
subPath: welcome.ipynb
@ -82,10 +78,6 @@ jupyterhub:
- name: welcome-ipynb
configMap:
name: "ai-starter-kit-welcome-ipynb"
- name: hf-token-secret
secret:
secretName: "ai-starter-kit-hf-token-secret"
optional: true
extraVolumeMounts:
- name: requirements-txt
mountPath: /tmp/requirements.txt

View File

@ -5,7 +5,6 @@ jupyterhub:
fullnameOverride:
singleuser:
fsGid: 100
defaultUrl: "/lab/tree/welcome.ipynb"
image:
name: jupyterhub/k8s-singleuser-sample
@ -57,9 +56,6 @@ jupyterhub:
mountPath: /tmp/download_models.py
subPath: download_models.py
readOnly: true
- name: hf-token-secret
mountPath: "/etc/secrets/huggingface"
readOnly: true
- name: welcome-ipynb
mountPath: "/tmp/welcome.ipynb"
subPath: welcome.ipynb
@ -85,10 +81,6 @@ jupyterhub:
- name: welcome-ipynb
configMap:
name: "ai-starter-kit-welcome-ipynb"
- name: hf-token-secret
secret:
secretName: "ai-starter-kit-hf-token-secret"
optional: true
extraVolumeMounts:
- name: requirements-txt
mountPath: /tmp/requirements.txt