Skip to main content
← Back to index page

1.268.0

Added new variable into `argocd-repo` component to configure ArgoCD's `ignore-differences`

What

  • Added new variable into argocd-repo component to configure ArcoCD ignore-differences

Why

  • There are cases when application and/or third-party operators might want to change k8s API objects. For example, change the number of replicas in deployment. This will conflict with ArgoCD application because the ArgoCD controller will spot drift and will try to make an application in sync with the codebase.

References

Commiters

Pull Requests