Closed stoader closed 2 years ago
Change default value for podAnnotations to empty map from empty slice as annotations as key value pairs
podAnnotations
Annotations are key value pairs and not a array of elements.
What's in this PR?
Change default value for
podAnnotations
to empty map from empty slice as annotations as key value pairsWhy?
Annotations are key value pairs and not a array of elements.