Open VF-mbrauer opened 4 years ago
In order to configure some more annotations for the Deployment under metadata.annotations it would be good to get it configured via value file with
metadata.annotations
annotations: scheduler.alpha.kubernetes.io/node-selector: machine-id =12345
Is this related to #142
Wondering whether this is talking about top-level deployment annotations, or pod-spec annotations (which the PR seems to address).
In order to configure some more annotations for the Deployment under
metadata.annotations
it would be good to get it configured via value file with