borg286
borg286
It would be nice to have a desktop and/or android app that I can point to my sandstorm server so I can sync my files and not be limited to...
I have a use case where I want to take values fetched from bazel BUILD files and pipe them into my jsonnet_library targets. More notably I want to pipe in...
The current rules are referencing a file that has been shut down (source: https://github.com/helm/helm/issues/10005 ) Line referencing removed file https://github.com/tmc/rules_helm/blob/0ed7e81ff002408d933d069662a337c5faeb1ce7/repos.bzl#L16
I just tried to clone the istio helm example to see if rules_helm would work and it is failing to build. ``` mrmath@mrmath9055096 ~/rules_helm_example % bazel run //charts/istio:istio_init.install Starting local...
The examples in the old repository and the current one make reference to grafana.singlestat which no longer exists in 7.0. Please update the repo with even a minimal example that...
**What version of redis operator are you using?** redis-operator version: 0.15.0 **Does this issue reproduce with the latest release?** yes **What operating system and processor architecture are you using (`kubectl...
I'd like to be able to have a bazel rule that generates a values.yaml file and pass that into a helm_upgrade target. Currently I'd have to hard-code them in the...
I have some template yamls which define a statefulset, 2 configmaps, and a service. I've got these in a bazel project. I can wrap it with either helm_package or helm_chart,...