mintel / dex-k8s-authenticator

A Kubernetes Dex Client Authenticator
MIT License
374 stars 146 forks source link

Please make metadata.annotations as part of the deployment.yaml to get configured via values #141

Open VF-mbrauer opened 4 years ago

VF-mbrauer commented 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

annotations:
  scheduler.alpha.kubernetes.io/node-selector: machine-id =12345
nabadger commented 4 years ago

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).