helm / community

Helm community content
https://helm.sh
417 stars 175 forks source link

Deploying kubernetes objects in order using helm #299

Open k8sapps123 opened 1 year ago

k8sapps123 commented 1 year ago

Hi Team,

We are trying to deploy kubernetes objects using helm in particular order. For that :

  1. 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)
  2. 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.

gjenkins8 commented 8 months ago

Issues regarding Helm usage are best posted over on the helm software repo https://github.com/helm/helm. Please repost there. Thanks!