Matti Remes

Results 3 comments of Matti Remes

@CCFenner that doesn't seem to solve the problem. Here's a Dockerfile with the suggested working directory. Running the commented out `chown` command fixes the problem again. ``` FROM node:alpine ENV...

@CCFenner that intuitively should work (as the workdir should get created by the `USER` user) but it errors on build-time as `npm install` doesn't have permissions to install locally. @LaurentGoderre...

@eduanb did you manage to work around this? CRDs don't get created in time before Issuers are created.