Conor
Conor
In my case I wanted to use Tailscale as a sidecar via ExtraContainers to enable private access to remote clusters in different clouds. It took a bit of finagling to...
I had this same problem, but also a second one that also caused the same "Error: Could not find file ". The second problem is that you need to ensure...
I ran into similar issue and this is the bandaid I set up to resolve it: In my case I narrowed it down to mostly kube resource sync, but also...
@mrueg Would a simple `--delete` mode or flag or other workflow path be significantly outside of the scope of `mark`'s design and intention? The way we use `mark` is by...
> I got aider packaged using [dream2nix](https://github.com/nix-community/dream2nix) to try it out today. It's not pretty, and definitely not anywhere close to being ready to go into nixpkgs, but it is...
The "Expected" language above is only suggested of course, perhaps a better verbiage can be determined
I had quite similar issues as the OP (same errors, etc) and most of it boiled down to setting up cloud-init and the VM template correctly. Here's what worked for...
Frappe: https://github.com/frappe/frappe/pull/14963 ERPNext: https://github.com/frappe/erpnext/pull/28359
+1. One use-case here: I use the helm ignoreMissingValueFiles as a way to perform overlay and merge of helm values files. It would be interesting if we could overlay manifests...
> Implementing ArgoCD is complex as it is, really don't want to add Kustomize to the mix. > > Currently using this to add manifests to Helm charts (for instance...