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.certs.internal_issuer.enabled }}
|
||||||
|
|
||||||
{{- if .Values.tls.proxy.enabled }}
|
{{- if .Values.tls.proxy.enabled }}
|
||||||
|
{{- if .Values.tls.proxy.createCert }}
|
||||||
apiVersion: "{{ .Values.certs.internal_issuer.apiVersion }}"
|
apiVersion: "{{ .Values.certs.internal_issuer.apiVersion }}"
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
@ -63,6 +64,7 @@ spec:
|
|||||||
group: cert-manager.io
|
group: cert-manager.io
|
||||||
---
|
---
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
{{- if or .Values.tls.broker.enabled (or .Values.tls.bookie.enabled .Values.tls.zookeeper.enabled) }}
|
{{- if or .Values.tls.broker.enabled (or .Values.tls.bookie.enabled .Values.tls.zookeeper.enabled) }}
|
||||||
apiVersion: "{{ .Values.certs.internal_issuer.apiVersion }}"
|
apiVersion: "{{ .Values.certs.internal_issuer.apiVersion }}"
|
||||||
|
|||||||
@ -226,6 +226,7 @@ tls:
|
|||||||
proxy:
|
proxy:
|
||||||
enabled: false
|
enabled: false
|
||||||
cert_name: tls-proxy
|
cert_name: tls-proxy
|
||||||
|
createCert: true # set to false if you want to use an existing certificate
|
||||||
# settings for generating certs for broker
|
# settings for generating certs for broker
|
||||||
broker:
|
broker:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user