fix(charts): Fix inline comments that break linting (#3305)

* fix(charts): Fix inline comments that break linting

* vaultwarden fixes
This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-26 12:03:10 +02:00
committed by GitHub
parent 54e805ab4d
commit c9bb8128aa
8 changed files with 27 additions and 73 deletions
+4 -2
View File
@@ -9,9 +9,11 @@ securityContext:
privileged: true
allowPrivilegeEscalation: true
capabilities:
# RawIO is for HDDs
# SYS_ADMIN is for NVMEs
add:
- SYS_RAWIO # HDD's
- SYS_ADMIN # NVME's
- SYS_RAWIO
- SYS_ADMIN
env:
COLLECTOR_CRON_SCHEDULE: "0 0 * * *"