Change doc, icon and logo

This commit is contained in:
2024-04-10 13:53:58 +02:00
parent 3317459b0b
commit c780e6c2a2
10 changed files with 394 additions and 91 deletions

View File

@@ -6,7 +6,7 @@
import "katenary/generator"
```
The generator package generates kubernetes objects from a compose file and transforms them into a helm chart.
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 the values.yaml file.
@@ -14,8 +14,6 @@ The generate.Convert\(\) create an HelmChart object and call "Generate\(\)" meth
If you want to change or override the write behavior, you can use the HelmChart.Generate\(\) function and implement your own write function. This function returns the helm chart object containing all kubernetes objects and helm chart ingormation. It does not write the helm chart to the disk.
TODO: Manage cronjob \+ rbac TODO: create note.txt TODO: manage emptyDirs
## Constants
<a name="KATENARY_PREFIX"></a>