chore(typo): fix some typos

This commit is contained in:
2024-11-25 12:00:04 +01:00
parent dc34d32c5c
commit 41a0dc58a5
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
The generator package generates kubernetes objects from a "compose" file and transforms them into a helm chart.
The generator package is the core of katenary. It is responsible for generating kubernetes objects from a compose file and transforming them into a helm chart.
Convertion manipulates Yaml representation of kubernetes object to add conditions, labels, annotations, etc. to the objects. It also create the values to be set to
Conversion manipulates Yaml representation of kubernetes object to add conditions, labels, annotations, etc. to the objects. It also create the values to be set to
the values.yaml file.
The generate.Convert() create an HelmChart object and call "Generate()" method to convert from a compose file to a helm chart.