You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm deploying Apache Airflow Helm Chart on our corporate environment with ArgoCD and I would love to get some help on something that I'm not being able to solve. Thanks in advance.
So far it's working pretty good, I've made some customizations to the deployment, pv's, added some jobs, etc. The problem is, when upgrading with ArgoCD, some barriers show up. Firstly, fernet-key didn't allow upgrade on objects claiming error "missing fernet-key", so I disabled that temporarily for debug purposes. Now, everytime we commit into the branch that ArgoCD is deploying, the deploy breaks, being unable to fully sync the app, claiming errors of "Inmutable fields". I think the app is not trying to create a new updated object when we try to update, and instead is trying to modify the already existing objects. The troubleshoting I've found is just manually deleting the app and letting ArgoCD deploy it entirely again, but this way we are loosing ArgoCD automatization point.
Any ideas what could fix this? I'm sure I'm not the only one using ArgoCD so I thought someone may have encountered this situation before. Maybe I'm missing some configurable paremeters.
As said, thanks in advance :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I'm deploying Apache Airflow Helm Chart on our corporate environment with ArgoCD and I would love to get some help on something that I'm not being able to solve. Thanks in advance.
So far it's working pretty good, I've made some customizations to the deployment, pv's, added some jobs, etc. The problem is, when upgrading with ArgoCD, some barriers show up. Firstly, fernet-key didn't allow upgrade on objects claiming error "missing fernet-key", so I disabled that temporarily for debug purposes. Now, everytime we commit into the branch that ArgoCD is deploying, the deploy breaks, being unable to fully sync the app, claiming errors of "Inmutable fields". I think the app is not trying to create a new updated object when we try to update, and instead is trying to modify the already existing objects. The troubleshoting I've found is just manually deleting the app and letting ArgoCD deploy it entirely again, but this way we are loosing ArgoCD automatization point.
Any ideas what could fix this? I'm sure I'm not the only one using ArgoCD so I thought someone may have encountered this situation before. Maybe I'm missing some configurable paremeters.
As said, thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions