Stian Øvrevåge
Stian Øvrevåge
Have problems with the Oauth scopes. But this false-positive error message should be fixed to avoid confusion.
I just reverted to using plain curl which is almost as simple but avoids the new abstraction/indirection of this slack-action: ``` - name: Notify slack if: github.ref == 'refs/heads/develop' env:...
@jnoller Thanks so much for the compliments. You are right, I did not have any knowledge of what's happening under the hood of a cloud provider, so approached it as...
I'm getting caught by this same error. I'm building in a Docker image and it works on my machine, yet running on GitHub Actions fails. The only difference is i...
Moving from nginx-ingress to Traefik and I'm really surprised this is not available out of the box.
This is a problem for me as well. As of now it does not look like it's possible to deploy Kong to Kubernetes using the Helm chart and have admin...
Also consider including a `.dockerignore` file with `node_modules` inside it. Without this you risk copying your local `node_modules` folder inside the build context which will be overwritten anyway. On my...
I will check, thanks!
If what you are trying to do is pass a label from the query triggering the alert to the alert being passed to alertmanager, try this: kind: PrometheusRule ....... labels:...
Aha. Totally agree. See no reason to use colons. Another option would be to also let the folder inside the archive be the same as the filename specified with `-f`....