Spaces:
Runtime error
Runtime error
File size: 303 Bytes
857a91b | 1 2 3 4 5 6 7 8 9 10 11 12 13 | 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"
|