-
|
Hello all. And also tried adding the following env variables to the argocd-repo-server |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey @noam-codefresh , you are right in your assumption that manifest generation errors are cached, at least for the same target revision. So, to expire the cache, you can use a hard refresh of the application's manifest - either by issuing |
Beta Was this translation helpful? Give feedback.
Hey @noam-codefresh , you are right in your assumption that manifest generation errors are cached, at least for the same target revision.
So, to expire the cache, you can use a hard refresh of the application's manifest - either by issuing
argocd app get --hard-refresh <yourapp>, or by selecting the "Hard refresh" option of the "Refresh" button's drop down in the application view of the UI.