-
# Proposed Feature
We just introduced the `yaml-update` step, which is a great improvement over `helm-update-image`. Now we should add an equivalent `json-update` step to deal with `json` files.
…
-
Would love a function to convert YAML (with comments) to Jsonnet. Plugins to convert YAML to JSON already exist, but unfortunately, they drop comments (as they should, because JSON doesn't support the…
-
I'm in the process of setting up our Thanos infra, on a pull based mod (query + sidecars in K8s clusters + stores).
I'd like to have two level of partitioning, prod/pre-prod and time based.
Howe…
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob…
renom updated
1 month ago
-
Jsonnet (ext: .jsonnet or .libsonnet) made it into github linguist https://github.com/github/linguist/blob/c71777f52cb5c61e5cd3c62445c86ad2a0b3e872/grammars.yml#L482 but you're missing support for it
-
When working with inline environments in order to not commit environment specific data to the general tanka package git repo it's really useful to not only be able to inject apiServer and namespace, b…
-
I am trying to build manifests using the JSONnet file below. I have added two labels to the ruler, "cluster_name" and "rule_replica", but in the compiled manifests, only one label is being added. Can …
-
**Describe the bug/feature**
When I use Grafana's ksonnet-util [1] with Kapitan, I can't do `kapitan compile` because that Jsonnet native function(`manifestYamlFromJson`) is null.
```
vendor…
-
`tk env list` gives `RUNTIME ERROR: couldn't open import ...` if there is a `main.jsonnet` file in the external library installed using `jb` (i.e. in `./vendor/some-library-name`) that imports other e…
-
It seems this project uses `jsonnet-builder` as a way to manage jsonnet dependencies.
I peeked at the `jsonnetfile.json` in the repo:
```json
{
"version": 1,
"dependencies": [
{
…