Files
2026-03-09 20:21:35 -05:00

12 lines
330 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: frigate-rtsp-credentials
namespace: frigate
type: Opaque
stringData:
# Update these with your actual camera credentials
# Then update apps/frigate/values.yaml with your camera RTSP URLs
FRIGATE_RTSP_USERNAME: your_camera_username
FRIGATE_RTSP_PASSWORD: your_camera_password