Question
Hitachi Ltd
JP
Last activity: 12 Feb 2024 19:17 EST
How to set SecurityContext
we are trying to doploy the Pega Platform '23 on GKE. now there is the issue, batch/web pods keep crashloopbackoff. i checked the log of the the the contianer of pods (which is using my-page:8.23.1 imagge) the error message is `mkdir: cannot create directory ‘decompressed_root’: Permission denied` To address this i checked the seruity context section of helm chart (pega.yaml) no matter comment out or set it as securityContext: runAsUser: 9001 fsGroup: 0
the error remains
Pls let us know if we are missing anything. Thanks in advance.