Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Improve comparisson with helm #341

Open
woile opened this issue Feb 14, 2024 · 1 comment
Open

[docs] Improve comparisson with helm #341

woile opened this issue Feb 14, 2024 · 1 comment

Comments

@woile
Copy link

woile commented Feb 14, 2024

timoni looks like a very promising tool. From reading the docs, specially this: https://timoni.sh/comparison/ I was not able to map the ideas from helm to timoni. And in the concepts section, they are different than helm, which also didn't give me a clear picture.

I think it would help adopting timoni having a very clear mapping of concepts.

  • helm chart -> timoni module
  • helm yaml values -> ?
  • "helm create " gives an almost ready chart -> what would be the analogy in timoni?
  • can an example for "enabling users to express logic using CUE." be added? that would fantastic
  • helm list -> ?
  • helm upgrade --install -> ?
  • helm rollback -> ?

Reading the analogy commands would help me create a mental model much faster.
Thanks!

@Nalum
Copy link
Contributor

Nalum commented Feb 15, 2024

Agree on making thing clearer, if I have time I might be able to take a look.

  • helm yaml values -> ?

Each module has a values.cue file, this can also be provided as a yaml or JSON (if I recall correctly) file.

  • "helm create " gives an almost ready chart -> what would be the analogy in timoni?

You should use timoni mod init in this case, see here

  • helm list -> ?

This can be done with timoni list. See here

  • helm upgrade --install -> ?

timoni apply works for module install and upgrade, see here, or timoni bundle apply, see here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants