Results 27 comments of rishabh625

Sure will look at all Thanks @iam-veeramalla

> @rishabh625 I think the nil pointer reference @iam-veeramalla mentioned is coming from here https://github.com/argoproj-labs/argocd-operator/pull/670/files#diff-547555dfe97d80ddf6097444f1cc82263cce61c48fbb67f6bb8e08c657873bc6L46 we should check if `cr.spec.applicationset != nil` first thanks @jaideepr97 will look into this, was...

Hi @ishitasequeira There is already a PR FOR THIS BY @jopit #675

Hi @jopit in #675 fix i think we missed on this Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "kube-rbac-proxy" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (containers "kube-rbac-proxy", "manager" must...

Hi @rshiva777 try matrix generator it works perfectly for your usecase ``` apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: cluster-git spec: generators: # matrix 'parent' generator - matrix: generators: # git...

Since you have added matchLabels app: test in cluster genrator nested inside matrix generator Your applications will be deployed on cluster which has app: test label Since in argocd cluster...