🔒(helm) set default security context

In order to be able to deploy this in a restricted k8s cluster, we set
this default security context.

We set it as default because it doesn't change the way the app runs.

So it is better to be more secured by default.

Signed-off-by: Pierre Ozoux Krebber <pierre@ozoux.net>
This commit is contained in:
Pierre Ozoux
2026-01-08 15:53:16 +01:00
committed by GitHub
parent c2387fcb02
commit dd2d2862be
2 changed files with 25 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ and this project adheres to
- ✨(backend) add documents/all endpoint with descendants #1553
- ✅(export) add PDF regression tests #1762
- 📝(docs) Add language configuration documentation #1757
- 🔒(helm) Set default security context #1750
### Fixed