Adding Helm deployment package
Description
This pull request introduces a Helm package for the "gapps" project, enabling faster and more streamlined deployment to Kubernetes environments. The Helm package offers the following key features:
- Streamlined Deployment: Helm provides an efficient way to manage and deploy the "gapps" application in Kubernetes clusters.
- Configuration Flexibility: Users can easily customize deployment options through Helm values, making it adaptable to various scenarios.
- Secrets Handling: While secrets can be updated in the values file for now, it's important to note that storing secrets in the repository is not recommended.
Checklist
- [x] I have added the Helm package and related configuration files.
- [x] I have tested the Helm package locally to ensure smooth deployment.
- [x] I have templated the values file.
Hey @Eric-TPS this is great.. thanks for sharing. Since testing is abysmal on this project (my fault), could you add a section to the README on how to deploy/update this Helm chart?
Thanks
Will do, give me a couple of days to put it together.
@bmarsh9 - Okay, I believe it's ready for review. I have a workflow that can handle the build, package, and deployment to a Kubernetes cluster out of Digital Ocean if you can see it.
Thanks @Eric-TPS - Ill give this a shot this week