bug fixed

This commit is contained in:
병준 박 2025-04-08 18:02:57 +00:00
parent 363ed9db57
commit e59c1fb627

View File

@ -103,7 +103,12 @@ spec:
value: $(workspaces.ssl-ca-directory.path)
securityContext:
runAsNonRoot: true
runAsUser: 65532
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
script: |
#!/usr/bin/env sh
set -eu