Alexander Matyushentsev
Alexander Matyushentsev
Thank you @PhilippPlotnikov
@kostis-codefresh FYI
Thank you @kostis-codefresh !
Thank you for creating this issue, @sbose78 ! I'm proposing to add "Argo CD Architecture Overview" topic to the first meeting. In this topic, we can describe components included in...
First meeting recording and presentation: https://youtu.be/2U3nE98EzNk [presentation.pdf](https://github.com/argoproj/argoproj/files/5228501/presentation.pdf) Next meeting agenda items so far: 1. Debugging a Remote ArgoCD Environment with Telepresence. 1. 1.7 release postmortem 1. 1.8 issues prioritization Please...
Hello everyone, Sep 15th meeting recording: https://www.youtube.com/watch?v=Sti5EEONhi4&feature=youtu.be&ab_channel=ArgoProj Presented document: https://docs.google.com/document/d/1g12zUAp9fiPzDuNq4SAUGsWyZhL0aQwnCssppXm25Jk/edit Created two issues as follow up: * E2E test that verifies popular Helm charts deployment (https://github.com/argoproj/argo-cd/issues/4392) * Automated smoke test...
@yeya24 , I was testing an argocd that manages lot of clusters but each cluster is relatively small. Maybe we need a large cluster with multiple apps to notice a...
Thank you for update and reminder about #205 and #206 ! I've started looking at PRs, then got distracted and totally forgot. Will try to review and test both next...
The engine already has the ability to configure which resources types should be watched. It should be possible to implement that you've described. ```golang type myResourcesFilter struct { } func...
@jimtoniq , in your use case, is it required to override mattermost host for each recipient? If not then you already can use `{{recipient}}` in template: ``` service.webhook.mattermost_webhook: | url:...