vanvalenlab / kiosk-console

DeepCell Kiosk Distribution for Kubernetes on GKE and AWS
https://deepcell-kiosk.readthedocs.io
Other
35 stars 6 forks source link

Quote all annotations in chart templates. #421

Closed willgraf closed 3 years ago

willgraf commented 3 years ago

Annotations must be strings! Unquoted booleans or numbers can be ignored, causing unexpected behavior. This PR updates several charts to ensure that annotations on services, ingresses, and deployments are quoted.