mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Fix prometheus secret namespace and frigate capabilities
- Revert talos-client-cert secret to prometheus namespace (prometheus pods mount this secret, not kube-system pods) - Add CHOWN/DAC_OVERRIDE/SETUID/SETGID capabilities to frigate (s6-overlay needs chown for log directories) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
fefa183db7
commit
ce23f9282c
@@ -154,6 +154,11 @@ tmpfs:
|
||||
securityContext:
|
||||
privileged: false
|
||||
capabilities:
|
||||
add:
|
||||
- CHOWN
|
||||
- DAC_OVERRIDE
|
||||
- SETUID
|
||||
- SETGID
|
||||
drop:
|
||||
- ALL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user