Open lakshmipasala opened 7 months ago
Your appset is templating out the name to be name: '{{cluster.name}}-argocd'
.
But same thing was not happening on privious version
I am having a hard time following. Can you describe how you upgraded Argo CD? Argo CD isn't going to change any of your existing ApplicationSets, if your metadata.name
was "argocd" before something changed it to {{cluster.name}}-argocd
which will delete and create your applicationsets and possibility your applications.
Let me describe more here...
metadata.name, app.kubernetes.io/instance are getting changed to clustername-argocd
Can somebody suggest on this ?
What's your argocd version?
we are using Argocd(tools) to deploy argocd and other components on multiple k8s clusters using apps of apps. I have upgraded argocd from 2.5.2 to 2.82, after upgraded, all the Argocd's metadata.name, app.kubernetes.io/instance in apps of apps got changed from "argocd" to "cluster1-argocd", due that application is creating new deployments, svc, sts etc with new names and ready to delete old deployment if prune it. Can you please suggest here..
apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: argocd-appset spec: syncPolicy: preserveResourcesOnDeletion: true generators:
source: chart: argo-cd plugin: env: