Ilya Sotkov
Ilya Sotkov
The problem is not anyhow related to macOS, and appears only on Hugo v0.32 and higher. 0.31 and lower works just fine.
Just noticed this PR #569, seems like it would resolve the issue I've described here, hopefully it gets merged soon :)
Also must keep in mind that in GKE the default access is read-only, so writing charts will fail with `{"error":"googleapi: Error 403: Insufficient Permission, insufficientPermissions"}` unless you add ``` https://www.googleapis.com/auth/devstorage.read_write...
If anybody was wondering the same, the source for Caddy is here https://github.com/stefanprodan/caddy-builder
@arjunyel I just checked, and it doesn't fix it. Also I don't see how the changes in your PR are anyhow related to the PR that introduced the issue: https://github.com/remix-run/remix/pull/6783....
Should this be considered a bug? I saw this example in the [documentation](https://moonrepo.dev/docs/config/project#shell): ```yaml tasks: native: command: 'echo $SHELL' options: shell: true ``` which I think implies that it will...
http://techgenix.com/coreos-tectonic-1-8/
This is a good overview of how IAM works on GCP: https://cloud.google.com/iam/docs/overview
https://github.com/ilyasotkov/exekube/issues/8
We already have this file https://github.com/ilyasotkov/exekube/blob/develop/live/infra/gcp-ethereal-argon/access.tf for testing out GCP IAM and policy resources, but it doesn't do anything useful yet.