Stefan Prodan

Results 832 comments of Stefan Prodan

Thanks @verdverm for the tip, I'm concerned `shiki` may not work with mkdocs judging by https://github.com/squidfunk/mkdocs-material/discussions/3728

> The deciding factor might be this: are there any aspirations towards lifecycle management in Timoni? Things like Helm's pre-install and post-install hooks Yes that's a good point. Currently Timoni...

@onedr0p Timoni uses a different terminology, instead of Release it's Instance, more on this here: https://timoni.sh/#timoni-instances. Instead of having a CR for Instance, I would go with [Bundles](https://timoni.sh/bundles/) as the...

With the Bundle Runtime you map fields from cluster objects to the module values of an instance.

You can annotate the CRDs and Timoni will skip deleting them, docs here: https://timoni.sh/cue/module/apply-behavior/#disable-pruning

Yes these are the new default ignore rules to avoid publishing modules to OCI with files which are not required at runtime.

The `timoni mod init mymod .` creates a directory with the module name, if the dir exists it should error out. How did you run the command so it ended...

The files needed for a Timoni module are listed here https://timoni.sh/module/

When you do `timoni mod push` those Go files are ignored as per `timoni.ignore`, they are useful to module authors. As an author you should have them in your Git...

Hey @Nalum with this we remove the `default` column from the readme, would be possible to preserve it or we need to merge type with defaults? If so, I think...