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