Support using self generated certificates (#523)

* Support using self generated certificates

* chore: fix linting
This commit is contained in:
Duncan Schulze 2024-08-23 10:49:36 -04:00 committed by GitHub
parent ac4f5a6627
commit 0031827761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@
{{- if .Values.certs.internal_issuer.enabled }}
{{- if .Values.tls.proxy.enabled }}
{{- if .Values.tls.proxy.createCert }}
apiVersion: "{{ .Values.certs.internal_issuer.apiVersion }}"
kind: Certificate
metadata:
@ -63,6 +64,7 @@ spec:
group: cert-manager.io
---
{{- end }}
{{- end }}
{{- if or .Values.tls.broker.enabled (or .Values.tls.bookie.enabled .Values.tls.zookeeper.enabled) }}
apiVersion: "{{ .Values.certs.internal_issuer.apiVersion }}"

View File

@ -226,6 +226,7 @@ tls:
proxy:
enabled: false
cert_name: tls-proxy
createCert: true # set to false if you want to use an existing certificate
# settings for generating certs for broker
broker:
enabled: false