Add note about using helm charts in apps/README.md.
This commit is contained in:
@@ -232,7 +232,11 @@ If you would like to contribute an app to the Wild Cloud, issue a pull request w
|
|||||||
|
|
||||||
### Converting from Helm Charts
|
### Converting from Helm Charts
|
||||||
|
|
||||||
Wild Cloud apps use Kustomize as kustomize files are simpler, more transparent, and easier to manage in a Git repository than Helm charts. If you have a Helm chart that you want to convert to a Wild Cloud app, the following example steps can simplify the process for you:
|
Wild Cloud apps use Kustomize as kustomize files are simpler, more transparent, and easier to manage in a Git repository than Helm charts.
|
||||||
|
|
||||||
|
IMPORTANT! If an official Helm chart is available for an app, it is recommended to convert that chart to a Wild Cloud app rather than creating a new app from scratch.
|
||||||
|
|
||||||
|
If you have a Helm chart that you want to convert to a Wild Cloud app, the following example steps can simplify the process for you:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm fetch --untar --untardir charts nginx-stable/nginx-ingress
|
helm fetch --untar --untardir charts nginx-stable/nginx-ingress
|
||||||
|
Reference in New Issue
Block a user