Support using self generated certificates (#523)
* Support using self generated certificates * chore: fix linting
This commit is contained in:
parent
ac4f5a6627
commit
0031827761
@ -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 }}"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user