Skyvern/kubernetes-deployment/frontend/frontend-secrets.yaml
Shuchang Zheng 975376698d
Some checks failed
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled
Publish Fern Docs / run (push) Has been cancelled
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled
enable code block frontend by default (#3399)
2025-09-13 19:17:59 -07:00

14 lines
451 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: skyvern-frontend-env
namespace: skyvern
type: Opaque
stringData:
# You need to change the values below to match your environment
VITE_API_BASE_URL: http://skyvern.example.com/api/v1
VITE_ARTIFACT_API_BASE_URL: http://skyvern.example.com/artifacts
VITE_WSS_BASE_URL: ws://skyvern.example.com/api/v1
VITE_SKYVERN_API_KEY: ""
VITE_ENABLE_LOG_ARTIFACTS: "false"
VITE_ENABLE_CODE_BLOCK: "true"