community
community copied to clipboard
Deploying kubernetes objects in order using helm
Hi Team,
We are trying to deploy kubernetes objects using helm in particular order. For that :
- We tried using hooks concept in helm charts ( pre-install and post-install) for 5 services but problem we are facing is not able to uninstall 2 services using helm(other 3 services uninstalled ) . What would be the issue ? how to solve it? (or)
- If my approach is wrong , please let us know the proper approach to deploy 5 services using single helm chart in a particular order.
Note: Overall AIM is to deploy 5 services using single helm chart in a particular order as they are dependent on one another. Please let us know the solution for this.
Issues regarding Helm usage are best posted over on the helm software repo https://github.com/helm/helm. Please repost there. Thanks!