diff --git a/apps/README.md b/apps/README.md index 94a5b30..eeca342 100644 --- a/apps/README.md +++ b/apps/README.md @@ -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 -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 helm fetch --untar --untardir charts nginx-stable/nginx-ingress