Support of using Helm #898
-
Hi, From what I've read most examples with Argo Rollouts illustrate the use of Kustomize for templating. Does this indicate that the use of Helm with Argo Rollouts is not possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It is totally possible to use Argo Rollouts with Helm. We have a complex helm chart that allows service teams to choose either a RollingUpdate Kuberenetes Deployment resource or a Blue/Green Argo Rollout resource. The Helm chart hides the complexity behind simple values and both the Deployment and Rollout resources share the same underlying Pod Template. Basically, the templating engine is irrelevant as long as the Kubernetes resource being applied is an Argo Rollout. |
Beta Was this translation helpful? Give feedback.
-
Documentation was updated to make it clear that Argo Rollouts supports Helm deployments https://argoproj.github.io/argo-rollouts/features/helm/ |
Beta Was this translation helpful? Give feedback.
Documentation was updated to make it clear that Argo Rollouts supports Helm deployments https://argoproj.github.io/argo-rollouts/features/helm/