remove unneded secret mount
This commit is contained in:
parent
e4159b2166
commit
889f72aba0
|
|
@ -25,8 +25,8 @@ appVersion: "1.16.0"
|
||||||
|
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: ray-cluster.enabled
|
- name: kuberay-operator
|
||||||
name: kuberay-operator
|
condition: ray-cluster.enabled
|
||||||
version: "1.3.0"
|
version: "1.3.0"
|
||||||
repository: "https://ray-project.github.io/kuberay-helm"
|
repository: "https://ray-project.github.io/kuberay-helm"
|
||||||
- condition: ray-cluster.enabled
|
- condition: ray-cluster.enabled
|
||||||
|
|
|
||||||
|
|
@ -56,9 +56,6 @@ jupyterhub:
|
||||||
mountPath: /tmp/download_models.py
|
mountPath: /tmp/download_models.py
|
||||||
subPath: download_models.py
|
subPath: download_models.py
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: hf-token-secret
|
|
||||||
mountPath: "/etc/secrets/huggingface"
|
|
||||||
readOnly: true
|
|
||||||
- name: welcome-ipynb
|
- name: welcome-ipynb
|
||||||
mountPath: "/tmp/welcome.ipynb"
|
mountPath: "/tmp/welcome.ipynb"
|
||||||
subPath: welcome.ipynb
|
subPath: welcome.ipynb
|
||||||
|
|
@ -87,10 +84,6 @@ jupyterhub:
|
||||||
- name: chat-bot-ipynb
|
- name: chat-bot-ipynb
|
||||||
configMap:
|
configMap:
|
||||||
name: "ai-starter-kit-chat-bot-ipynb"
|
name: "ai-starter-kit-chat-bot-ipynb"
|
||||||
- name: hf-token-secret
|
|
||||||
secret:
|
|
||||||
secretName: "ai-starter-kit-hf-token-secret"
|
|
||||||
optional: true
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: requirements-txt
|
- name: requirements-txt
|
||||||
mountPath: /tmp/requirements.txt
|
mountPath: /tmp/requirements.txt
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ jupyterhub:
|
||||||
fullnameOverride:
|
fullnameOverride:
|
||||||
|
|
||||||
singleuser:
|
singleuser:
|
||||||
fsGid: 100
|
|
||||||
defaultUrl: "/lab/tree/welcome.ipynb"
|
defaultUrl: "/lab/tree/welcome.ipynb"
|
||||||
image:
|
image:
|
||||||
name: jupyterhub/k8s-singleuser-sample
|
name: jupyterhub/k8s-singleuser-sample
|
||||||
|
|
@ -54,9 +53,6 @@ jupyterhub:
|
||||||
mountPath: /tmp/download_models.py
|
mountPath: /tmp/download_models.py
|
||||||
subPath: download_models.py
|
subPath: download_models.py
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: hf-token-secret
|
|
||||||
mountPath: "/etc/secrets/huggingface"
|
|
||||||
readOnly: true
|
|
||||||
- name: welcome-ipynb
|
- name: welcome-ipynb
|
||||||
mountPath: "/tmp/welcome.ipynb"
|
mountPath: "/tmp/welcome.ipynb"
|
||||||
subPath: welcome.ipynb
|
subPath: welcome.ipynb
|
||||||
|
|
@ -82,10 +78,6 @@ jupyterhub:
|
||||||
- name: welcome-ipynb
|
- name: welcome-ipynb
|
||||||
configMap:
|
configMap:
|
||||||
name: "ai-starter-kit-welcome-ipynb"
|
name: "ai-starter-kit-welcome-ipynb"
|
||||||
- name: hf-token-secret
|
|
||||||
secret:
|
|
||||||
secretName: "ai-starter-kit-hf-token-secret"
|
|
||||||
optional: true
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: requirements-txt
|
- name: requirements-txt
|
||||||
mountPath: /tmp/requirements.txt
|
mountPath: /tmp/requirements.txt
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ jupyterhub:
|
||||||
fullnameOverride:
|
fullnameOverride:
|
||||||
|
|
||||||
singleuser:
|
singleuser:
|
||||||
fsGid: 100
|
|
||||||
defaultUrl: "/lab/tree/welcome.ipynb"
|
defaultUrl: "/lab/tree/welcome.ipynb"
|
||||||
image:
|
image:
|
||||||
name: jupyterhub/k8s-singleuser-sample
|
name: jupyterhub/k8s-singleuser-sample
|
||||||
|
|
@ -57,9 +56,6 @@ jupyterhub:
|
||||||
mountPath: /tmp/download_models.py
|
mountPath: /tmp/download_models.py
|
||||||
subPath: download_models.py
|
subPath: download_models.py
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: hf-token-secret
|
|
||||||
mountPath: "/etc/secrets/huggingface"
|
|
||||||
readOnly: true
|
|
||||||
- name: welcome-ipynb
|
- name: welcome-ipynb
|
||||||
mountPath: "/tmp/welcome.ipynb"
|
mountPath: "/tmp/welcome.ipynb"
|
||||||
subPath: welcome.ipynb
|
subPath: welcome.ipynb
|
||||||
|
|
@ -85,10 +81,6 @@ jupyterhub:
|
||||||
- name: welcome-ipynb
|
- name: welcome-ipynb
|
||||||
configMap:
|
configMap:
|
||||||
name: "ai-starter-kit-welcome-ipynb"
|
name: "ai-starter-kit-welcome-ipynb"
|
||||||
- name: hf-token-secret
|
|
||||||
secret:
|
|
||||||
secretName: "ai-starter-kit-hf-token-secret"
|
|
||||||
optional: true
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: requirements-txt
|
- name: requirements-txt
|
||||||
mountPath: /tmp/requirements.txt
|
mountPath: /tmp/requirements.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue