Create a generic Helm chart application bundle with common app parameters.
Should include:
- Very generic app params (image, replicas, resources)
- Fields for common environment variables
- Array for custom environment variables ("add your app's stuff")
- Connects to kubernetes-cluster artifact
- Example of app.envs and app.secrets usage
This serves as a template customers can clone and customize for their applications.