Import already deployed helm #8647
-
|
Hi, kr, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I'm not 100% certain, but I think if you add an Application which contains resources that are already on the cluster, Argo CD will manage those resources as if they were deployed with the Application. However, I think there are challenges involved if you still want to use |
Beta Was this translation helpful? Give feedback.
I'm not 100% certain, but I think if you add an Application which contains resources that are already on the cluster, Argo CD will manage those resources as if they were deployed with the Application.
However, I think there are challenges involved if you still want to use
helmtooling for deployment alongside Argo CD. I believe that, once you start managing Helm-generated resources with Argo CD, you're meant to only manage them with Argo CD.