Tomas Kral
Tomas Kral
> If I'm ordinary web developer doing NodeJS > Json based configurations are pretty present: e.g package.json (http://browsenpm.org/package.json). OK, I shouldn't have use NodeJS as example :smile: > IMO there...
that looks interesting 👍 can you share `lib/opencompose.libsonnet`?
@joshwget yes you are right. But having multiple ways of writing things can also sometimes lead to confusion. One of the rules that we are trying to follow is that...
I don't think it is worth to work on this until there is need for it.
@containscafeine Why do you need `field`? What it does? Shouldn't be file just enough?
More and more I'm thinking about this one thing worries me a bit. We will merge something that gets generated from opencompose with something that user created. Creating patches for...
**OpenCompose extensions** This is the way how to extend OpenCompose format to something that is not implemented in base OpenCompose language. Extensions (files describing how to extend generated objects) describing...
OpenCompose tool should be able to combine multiple opencompose files. Example: I have OpenCompose file for some service (like db) with secrets defined. I have another OpenCompose file with my...
> @kadel can you provide more details why currently SBO cannot bind services deployed through Helm charts Currently, the user needs to know the internals (all Kubernetes resources) of the...
The original idea was that the SBO should allow binding to any Helm Chart. Without SBO users required to understand what resources are inside the Helm Chart and allow binding...