fix: run container as root to fix Tomcat directory permission errors

Test-framework pods need write access to Tomcat dirs like webapps,
conf/Catalina, work. Running as root (user 0) permanently fixes this.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sagar Patil 2026-04-09 17:20:08 +05:30
parent 4a8d031c87
commit ca2e78769e

View File

@ -36,8 +36,8 @@ securityContext:
drop: drop:
- ALL - ALL
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: true runAsNonRoot: false
runAsUser: 1000 runAsUser: 0
service: service:
type: ClusterIP type: ClusterIP