Open headyj opened 5 months ago
Also I got that diff without ServerSideApply=true
argoCD v2.11.3+3f344d5
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: someapp
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: 'https://gitlab.some.dev/infrastructure/helm/somechart.git'
path: ./
targetRevision: HEAD
helm:
valueFiles:
- values-infra.yaml
destination:
server: 'https://kubernetes.default.svc'
namespace: front
syncPolicy:
automated:
prune: false
selfHeal: false
Any news about it ?
Describe the bug
Following this issue, the StatefulSet volume claim causes differences when using ApplicationSet. I already tried to add some specific ignore rules but it doesn't work:
To Reproduce
Difference should be ignored
Version
v2.11.3 (helm chart 7.1.2)