David Gamba
David Gamba
@jpluscplusm described my need for round-tripping YAML comments very concisely here: > please let me round-trip a given YAML file to CUE and back again, so that I can actually...
Context: https://github.com/kubernetes-sigs/cluster-api/issues/870#issuecomment-497741406 > There is currently no way to choose the relative priority ordering for custom resources when you execute kubectl get. What happens is kubectl downloads the API discovery...
Same problem here, I have a stack with multiple components and each component has pretty much the same providers but the mirror downloads them all every time. Without a mirror,...
Wrote a blog post where I outline the two functions I am using, one for memory and one for CPU. https://www.davids-blog.gamba.ca/posts/steampipe-kubernetes.html CPU I believe can be standarized to the smallest...
Mine works with this: ```lua return { { "nvim-treesitter/nvim-treesitter", dependencies = { "nvim-treesitter/nvim-treesitter-textobjects", }, branch = "master", lazy = false, build = ":TSUpdate", config = function() require("nvim-treesitter.configs").setup { ensure_installed =...
Trying to be helpful wasn't helpful 🤦♂️ 😁 sorry I didn't fully read the `[main]` part.
I use workspaces in one project to describe a single database per workspace (200+). In another project, we use my implementation of stacks and each workspace represents a kubernetes cluster...
When injecting vars into `init` we are talking about backend config vars, in my case, those are the same for all North America backends, or for all China backends; one...
Yes, I don't think I fully made my point. My point in short is that it would be nice if tofu added a config construct through HCL that would allow...
> We could also add a new option to tofu init to allow you to specify which workspace you are intending to use to initialize, so that the provider installer...