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

@@ -35,14 +35,6 @@ The `generator` package is where object struct are defined, and where the `Gener
The generation is made by using a `HelmChart` object:
```golang
chart := NewChart(appName string)
```
Then, some processes are made to detect the "main app verion" (tag for the main service image), bootstrapping declared
ports in labels, managing links to bind containers in one pods...
Then, a loop basically makes this:
```golang
for _, service := range project.Services {
dep := NewDeployment(service)
@@ -52,7 +44,6 @@ for _, service := range project.Services {
Servicename: service.Name,
}
}
```
**A lot** of string manipulations are made by each `Yaml()` methods. This is where you find the complex and impacting
operations. The `Yaml` methods **don't return a valid YAML content**. This is a Helm Chart Yaml content with template