Alexander Matyushentsev

Results 90 comments of Alexander Matyushentsev

Hello @abhinavkhanna-sf, Looks like https://raw.githubusercontent.com/org/helm-charts/main/docs is indeed a not valid helm repository. Argo CD expects `index.yaml ` which is not there. Am I missing something?

@agaudreault, @daftping, Thanks for letting me know about `argocd appset create --dry-run` https://github.com/argoproj/argo-cd/pull/16781! I did not know it was implemented. My main goal is to enable customers to troubleshoot application...

Updated the PR with new implementation (instead of closing and reopening). The PR introduces `argocd appset generate` command that uses new API to generate applications/get generation error. PTAL @agaudreault ,...

I've addressed your comments @agaudreault, thank you! PTAL

hello @MohamedTalhaoui , Try registering your repository using `--insecure-skip-server-verification` flag: ``` argocd repo add --insecure-skip-server-verification --type helm --name ``` Thanks, Alex

@jannfis , I agree it won't be needed to approve resources individually. The only use case I can imagine something like: CRD deletions must be approved by a platform team....

@jannfis , ah - good point. I did not intend to have separate permission to approve; I just did not think we could also re-use app edit permission. Updating proposal

Tried with 1.7.0. Still getting the error: ``` panic: runtime error: slice bounds out of range [159:106] goroutine 10424 [running]: internal/poll.(*FD).Write(0xa40247ec680, {0xa4026912000, 0x6a, 0x10000}) internal/poll/fd_unix.go:380 +0x3ac net.(*netFD).Write(0xa40247ec680, {0xa4026912000?, 0x0?, 0x1058c1320?})...