Mathis Raguin

Results 31 comments of Mathis Raguin

Hey ! If you intend to remove notarySecretName entirely, you should remove it from the README as well as default values. You should also ensure that `ingress.host.core` is defined, otherwise...

Hey, I'm having this issue. Following the issues lead me to https://gitlab.com/gitlab-org/gitlab/-/issues/223832 which was closed for inactivity but not fixed. Would you be open to a merge request to check...

> Yes sure, thanks! I'm not sure though how `shared_with_groups` alone would help us determine push permissions. As far as I can tell, it contains the info needed: ``` "shared_with_groups":...

> In lieu of solving https://gitlab.com/gitlab-org/gitlab/-/issues/290880, perhaps this module could test for permissions by attempting to push to the repository with [the --dry-run flag](https://git-scm.com/docs/git-push#Documentation/git-push.txt---dry-run) instead of using project_access and group_access...

To work around sync being stuck due to hooks or operations taking too long, I've implemented the following: https://github.com/Sayrus/argo-cd/commit/817bc3449768021d0d5ad7f1ce7510bcd9d2f486 It's equivalent to clicking `Terminate` after reaching the timeout. This will...

Hey @IgorGov , If you are interested, I was able to reproduce on EKS. I found out that the issue is that the tapper uses `hostNetwork` and thus cannot hit...

This bit us in the back. On AWS, since AMIs are not warmed up and copied to EBS automatically, the 400MB Vault binary took over 30 seconds to do `vault...

> This would be a great implementation. Did you make it? Unfortunately, we stopped using the project so we haven't made an implementation for this feature.

Emojis are transformed into invalid characters. I'm guessing this comes from the same behavior of HangulCombiner but I'm not familiar enough with the sources to confirm it. I'm not sure...

Running into this (`2.11.3`): ``` goroutine 308 [running]: runtime/debug.Stack() \t/usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/argoproj/argo-cd/v2/controller.(*ApplicationController).processAppRefreshQueueItem.func1() \t/go/src/github.com/argoproj/argo-cd/controller/appcontroller.go:1475 +0x54 panic({0x36a5000?, 0x71fcb20?}) \t/usr/local/go/src/runtime/panic.go:920 +0x270 k8s.io/apimachinery/pkg/util/managedfields.(*GvkParser).Type(...) \t/go/pkg/mod/k8s.io/[email protected]/pkg/util/managedfields/gvkparser.go:43 github.com/argoproj/gitops-engine/pkg/diff.removeWebhookMutation(0xc0307712d8, 0xc035df5e58, 0x0, {0x5106b00?, 0x3dc10cb?}) \t/go/pkg/mod/github.com/argoproj/[email protected]/pkg/diff/diff.go:210 +0xfd github.com/argoproj/gitops-engine/pkg/diff.serverSideDiff(0xc035df5e18, 0xc035df5e58, {0xc009937898,...