cisco-open / cluster-registry-controller

An operator that automatically synchronizes Kubernetes resources across multiple clusters
Apache License 2.0
22 stars 8 forks source link

Fix default podAnnotations #26

Closed stoader closed 2 years ago

stoader commented 2 years ago
Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
License Apache 2.0

What's in this PR?

Change default value for podAnnotations to empty map from empty slice as annotations as key value pairs

Why?

Annotations are key value pairs and not a array of elements.