Leonardo Luz Almeida

Results 82 comments of Leonardo Luz Almeida

Same problem here Ari. You are using `org.gradle.api.Project.exec` which apparently is executing `git` from the OS. However running `git status --porcelain` gives me no result which means no uncommitted changes....

Feel free to ping me if any clarification is required regarding https://github.com/https://github.com/argoproj/argo-cd/pull/8600.

@jaideepr97 Please avoid force-pushing once the PR is out as now I can't see what was added in the proposal since our last conversation. Can you please point me to...

> @leoluz, IMO force-pushes (eg: after a rebase) are a good thing, to keep the commit history clean. > > Github shows the changes since what you last see (see...

@daixijun Tks for your contribution. There is a small problem with the DCO. You need to signoff your commits before I am able to merge your PR. Do do so,...

+1 Just confirming.. Isn't it possible to invoke functions while in a debug session?

@jackmaninov I just tested the kube-prometheus-stack helm chart applying the following application in my local kubernetes cluster: ``` apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: monitoring namespace: argocd annotations: argocd.argoproj.io/compare-options: ServerSideDiff=true...

> Set `http://argocd.argoproj.io/compare-options: ServerSideDiff=true` annotation on an app and this results in the following @sherif-fanous not sure if this is just a typo in your message but the correct annotation...

@jackmaninov where are you testing this? Is this running in a local Kubernetes cluster? Which Kubernetes version are you running?

@sherif-fanous can you please confirm in which environment you are running your tests and what is the Kubernetes server version?