rollback to priv until I can debug this further.
This commit is contained in:
parent
44069ae7eb
commit
97e87d3b6b
1 changed files with 3 additions and 7 deletions
|
@ -22,7 +22,7 @@ spec:
|
|||
cleanupOnFail: true
|
||||
remediation:
|
||||
retries: 3
|
||||
strategy: uninstall
|
||||
strategy: rollback
|
||||
values:
|
||||
controllers:
|
||||
qbittorrent:
|
||||
|
@ -82,17 +82,13 @@ spec:
|
|||
- secretRef:
|
||||
name: qbittorrent-secret
|
||||
securityContext:
|
||||
runAsUser: 568
|
||||
runAsGroup: 568
|
||||
runAsNonRoot: true
|
||||
allowPrivilegeEscalation: false
|
||||
# until I can debug the issues on talos 1.8.
|
||||
privileged: true
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
drop:
|
||||
- ALL
|
||||
# privileged: true
|
||||
|
||||
port-forward:
|
||||
image:
|
||||
|
|
Loading…
Reference in a new issue