-
GitLab provides Grafana Dashboards as well as the Jsonnet mixins which, long-story-short, allow us to easily customize and transport dashboard components like code libraries (with a package manager) s…
-
### What's wrong?
If you navigate to the examples folder and try to `docker compose up -d` you'll notice the `alloy-example-provision-dashboards-1` container failing to start with a message about jso…
-
### Command
- [ ] check-image-updates
- [ ] delete
- [X] deploy
- [ ] diff
- [ ] helm-pull
- [ ] helm-update
- [ ] list-images
- [ ] list-targets
- [ ] poke-images
- [ ] prune
- [ ] rende…
epcim updated
6 months ago
-
Found during #2067
### Rollout related differences
- [ ] Different values for `spec.podManagementPolicy`
- [ ] Different maxUnavailable, maxSurge, and partition values for the strategy / updateS…
-
Found during #2067
### Environment vars
- [ ] Jsonnet sets POD_IP on the alertmanager
- [ ] Jsonnet sets JAEGER_REPORTER_MAX_QUEUE_SIZE on the querier
-
I noticed this on go-jsonnet but couldn't replicate with the C or rust version:
```
➜ cat a.yaml
on: help
➜ jsonnet -e 'std.parseYaml(importstr "a.yaml")'
{
"true": "help"
}
➜ cjsonne…
-
Testing using the docker master image, but I believe the pkger.go code is using old jsonnet files that don't have the "filename" and "version" parameters in the d.pkg() function.
Given that the mos…
-
Since we are storing comments in the AST, we can make use of this to build a documentation generator for Jsonnet, such as for documentation for functions.
-
# Summary
This is a request to support jsonnet-bundler and jsonnet flags like `-J` which adds libraries to the "paths" for where `import` looks for files.
# Motivation
My jsonnet files have e…
ghost updated
2 years ago
-
I've found some cases where go-jsonnet doesn't match jsonnet.
C++ jsonnet:
```
$ ./jsonnet -e "36.557601928710938 + std.cos(2 * 3.14159265358979323846264338327950288 / 32 * 15) * 2"
34.59603136…