|
|
|
|
|
by necubi
924 days ago
|
|
Indeed, as someone who maintains a helm package it's mind-boggling. When I've been able to build k8s tooling from scratch, I've been reasonably happy with jsonnet [0], which is a constrained programming language designed for configuration. It has the property that it will always produce valid JSON. [0] https://jsonnet.org/ |
|