This happens when any UID other than the default 1000 is specified. To avoid file permission issues, planet containers need to match the UID of the API container:
Allow the user to specify the UID of the PSM container via env variable.
During terraforming, read the UID env variable and push it in to the env variable vector of the planet.
This happens when any UID other than the default 1000 is specified. To avoid file permission issues, planet containers need to match the UID of the API container: