Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
#### Motivation In order to reduce the Argo controller logs due to [this issue](argoproj/argo-workflows#11657), we can use [this workaround](argoproj/argo-workflows#12622) for now. #### Modification Using `WATCH_CONFIGMAPS=false` workaround implies upgrading Argo Workflows: - upgrade Argo Workflows to `3.5.5` - set `WATCH_CONFIGMAPS` to Argo Controller environment variable to `false` Non regression tested on a NonProd cluster. #### Checklist - [ ] Tests updated - [x] Docs updated - [x] Issue linked in Title
- Loading branch information