stefanprodan / k8s-prom-hpa

Kubernetes Horizontal Pod Autoscaler with Prometheus custom metrics
MIT License
565 stars 192 forks source link

fix cert gen on linux #5

Closed ddysher closed 6 years ago

ddysher commented 6 years ago

on linux, we need to use base64 -w 0 to generate the encoded certs; this creates a one line string which conforms to yaml syntax

stefanprodan commented 6 years ago

Thanks