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:
parent
4a8d031c87
commit
ca2e78769e
@ -36,8 +36,8 @@ securityContext:
|
||||
drop:
|
||||
- ALL
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user