matrixcloud / deploy /k8s /secret.example.yaml
github-actions[bot]
Deploy from 4dfd54f2
857a91b
Raw
History Blame Contribute Delete
303 Bytes
apiVersion: v1
kind: Secret
metadata:
name: matrix-runtime
namespace: matrix-runtime
type: Opaque
stringData:
# Replace with your real join token before applying.
MATRIX_RUNTIME_JOIN_TOKEN: "mxrt_replace_me"
# Optional:
# MATRIX_RUNTIME_API_TOKEN: "replace_me"
# HF_TOKEN: "hf_replace_me"