Viktor Sadovnikov
Viktor Sadovnikov
### Description We use d-m-p with assembly file and everything is working great if default JAR Maven packaging is used. However this Maven module is meant for building docker image...
Two methods have identical code 
After scaling down from 3 nodes to 1, the graphs with indexes and data volume on the framework UI are empty
if "a_path" points to a directory, then `contents().exists(a_path)` returns `true`, however `contents().get(a_path)` throws class cast exception as mentioned in #903 In the current implementation, there is no way to test...
While preparing to test #37, another problem was discovered. It can be reproduced with both `1.1.2` and `1.2.1`. The scenario is: * the Vault operator runs in `argocd` namespace and...
*Description*: Currently, when OIDC and JWT authentication mechanisms are configured in the same `SecurityPolicy`, the OIDC is applied first. It ensures the presence of the bearer and refresh tokens in...
Argo CD version: **Describe the bug** With app-of-apps pattern, when syncPolicy of a child application changes from "automated" to empty, Argo does not spot the difference. The child application remains...
This PR fixes #40 without the need to create `kubernetes.io/service-account-token` secrets and link them to SA's. The projected volume mounts also work with earlier versions of Kubernetes. A new image...
Somewhat related to #83, but it's a different problem - now the Scheduler is not available, when Executors are stopped. The user is trying to reinstall the framework with different...