Davin Kevin

Results 181 comments of Davin Kevin

Can't wait to use it!

To fix that "issue", I did this: ``` tasks foo: dir: /$TMPDIR/{{.COMPONENT_NAME}} ``` The trick is to start with `/` even if `$TMPDIR` contains the `slash`… it's a way to...

I have the exact same problem, ```Dockerfile FROM scratch ARG TARGETARCH ENV ARCH_${TARGETARCH}="aarch64" RUN echo "install dependencies" ``` Very annoying to get a false positive like this, for something so...

`not | not` is not a possible solution if you are trying to support old `helm` versions like 3.5-ish. `"false" | not | not` returns `true` 😓. My solution is...

FYI, I won't pay for it, so I'll potentially try an alternative solution, if there is any. PS: I don't know how long the current setup will be available for...

Same problem, `mimir` and `vector` involved. +1 on this

> difft "$1" "$2" --color always | less -R @magnusanderson-wk This one doesn't work for me 😓 unfortunately

Looking for the same thing, especially to use `sops` with `.dotfiles` and secrets.

This errors also appears when we install gloo, [following the documentation](https://docs.solo.io/gloo-edge/latest/installation/ingress/), as only `ingress-controller`. The error is: ``` E1115 10:33:09.618789 1 leaderelection.go:330] error retrieving resource lock gloo-system/gloo: leases.coordination.k8s.io "gloo" is...