datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
46 stars 38 forks source link

Mm/fix/avoid hb bastion from mounting k8s certs secrets 204 #208

Closed MMirelli closed 2 years ago

MMirelli commented 2 years ago

Addresses #204.

This solution prevents the k8s secret containing the TLS certificates from being mounted, if the cert-manager is enabled. It is based on the assumption that cert-manager enabled -> self-signed certificate mode is disabled.

michaeljmarshall commented 2 years ago

It is based on the assumption that cert-manager enabled -> self-signed certificate mode is disabled.

@MMirelli - this is not true. We use cert-manager to create self-signed certs in two different configuration paths.

lhotari commented 2 years ago

superseded by #233