Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vector): Allow empty workloadResourceAnnotations (#435)
Fix empty annotations when no workloadResourceAnnotations is defined This prevents from settings empty annotations like `annotations: {}` which causes argocd to always see DaemonSet as out of sync, because a DaemonSet will get `deprecated.daemonset.template.generation` annotation anyways
- Loading branch information