blakeblackshear / blakeshome-charts

Repo for helm charts
41 stars 52 forks source link

Make securityContext configurable #29

Closed maxirus closed 2 years ago

maxirus commented 2 years ago

The securityContext for the Frigate container is currently statically set and hard-coded to run as privileged. Privileged is only needed to mount the Coral device, or rather coral.enabled: false, and should be used with caution.

Add capability for the user to control the securityContext.

maxirus commented 2 years ago

Closed via #30