-
Hi, I am trying to get this to work with kube-prometheus customization but am unable to do so. To narrow the issue, I started with a fresh workspace and then modified their all-namespaces.jsonnet to i…
-
If the thanos version is updated in the jsonnet file and new manifests are generated, those cannot be used to upgrade to a new version as the `thanos-receive-router` uses the version as one of the lab…
-
We currently support `yaml` and `json` as an `output_type` for jsonnet and kadet. A lot of services depend on `toml` or `xml` configuration so it would be nice to add that functionality.
-
Breakage:
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2211#845f819e-3ae0-457b-8389-4e381d5e7168
```
(16:09:28) ERROR: /var/lib/buildkite-agent/builds/bk-docker-53p6/bazel…
-
Checklist:
* [ ] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [ ] I've included steps to reproduce the bug.
* [ ] I've pasted the output of `argocd version`.
…
-
One of our files had an unused variable that was set to an import of the same file.
```
$ cat tmp/foo.libsonnet
local foo = import 'foo.libsonnet';
{}
$ jsonnet-lint tmp/foo.libsonnet
tmp/fo…
-
I'd like to be able to invoke jsonnet like: `jsonnet -o foo/bar.json -e "{ foo: 'bar' }"` and have it create the `foo/` directory if it does not already exist. I'd like this to apply to multi-file out…
brbbs updated
3 years ago
-
Introduced with https://github.com/grafana/jsonnet-libs/pull/1299 the updated OracleDB mixin supports showing logs from container logs, which are not necessarily all related to OracleDB.
Just makin…
-
```
[helm template] cd /home/kvaps/git/infrastructure/deployments/prometheus-operator/components && helm template ../vendor/helm-charts/stable/prometheus-operator --name monitoring --namespace monito…
kvaps updated
4 years ago
-
**Describe the bug**
If k8s components like `compactor_statefulset`, `distributor_deployment`, `index_gateway_statefulset`, `ingester_statefulset`, `query_scheduler_deployment`, `ruler_deployment…