community icon indicating copy to clipboard operation
community copied to clipboard

Deploying kubernetes objects in order using helm

Open k8sapps123 opened this issue 2 years ago • 1 comments

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.

k8sapps123 avatar May 02 '23 05:05 k8sapps123

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

gjenkins8 avatar Jan 19 '24 06:01 gjenkins8