Luca Steeb

Results 155 comments of Luca Steeb

Uff, though... Can you try hardcoding the `${GITHUB_SHA::8}` part temporarily? Also, maybe try quoting the DOCKER_REPO secret, i.e. `set image --record deployment/demo-nodeapp nodeapp="${{ secrets.DOCKER_REPO }}":"${GITHUB_SHA::8}"`

Ahhh wait, did you maybe forget to supply `DOCKER_REPO` in the env config? Here, you just declare KUBE_CONFIG_DATA, but not DOCKER_REPO

Yep, all secrets you have defined in your repo secrets you have to declare in each action explicitly if you want to use them EDIT: actually probably not true unless...

Maybe you can just try setting `--kubeconfig=....` by yourself in the command? If that doesn't work and you need the functionality in this repository feel free to send a PR...

Running into the same issue on both Darwin (latest MacOS) and Ubuntu 18.04.4. I might build it myself to explore later

I can confirm it works on both Linux and MacOS.

There's not, but the tools work independent of each other but at the same time also integrate nicely together. So there's nothing specific to do, you can just call Prisma...

Hey @AnsonCode, thanks for the PR! I'm just going to re-open this PR, just because I think it would be actually nice to have this in the Go client. I...

Agree. It doesn't really matter though, because browsers only load the font file they use anyway (for example, latest Chrome/FF loads woff2).

I'm not so sure since everything is quite new for me, and for my current use case I decided to drop the configmap and simply built a custom image instead....