puppetlabs / puppetserver-helm-chart

The Helm Chart for Puppet Server
Apache License 2.0
51 stars 56 forks source link

Allow puppetdb.fqdns.alternateServerNames to be configured #233

Closed johannagnarsson closed 3 months ago

johannagnarsson commented 3 months ago

Use Case

Allow services outside of k8s to access puppetdb via HTTPS, otherwise it'll fail with SSL errors certificate not valid for x.y.z

Describe the Solution You Would Like

Add puppetdb.fqdns.alternateServerNames parameter to add additional hostnames.

Describe Alternatives You've Considered

No real alternatives except using http only which seems less than ideal.

Additional Context

PR To follow