mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
working now
This commit is contained in:
parent
1cb9d3bca2
commit
b63982ef00
6 changed files with 59 additions and 23 deletions
|
@ -1,3 +1,6 @@
|
|||
# -------------------------------------------------
|
||||
# Hugging Face Token Secret
|
||||
# -------------------------------------------------
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
|
@ -5,24 +8,22 @@ metadata:
|
|||
type: Opaque
|
||||
data:
|
||||
token: ${HF_TOKEN_BASE64}
|
||||
|
||||
---
|
||||
# -------------------------------------------------
|
||||
# NGC Docker Registry Secret
|
||||
# -------------------------------------------------
|
||||
|
||||
apiVersion: apps/v1
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ngc-docker-registry
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
data:
|
||||
.dockerconfigjson: ${NGC_DOCKER_CONFIG_JSON}
|
||||
|
||||
---
|
||||
# -------------------------------------------------
|
||||
# NGC API Secret
|
||||
# -------------------------------------------------
|
||||
|
||||
apiVersion: apps/v1
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ngc-api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue