mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
fix(services): Add template for certificate issuerRef.kind
This commit is contained in:
committed by
Thorsten Roßner
parent
9f59ea5202
commit
a0024027cb
@@ -52,6 +52,7 @@ global:
|
||||
|
||||
issuerRef:
|
||||
name: {{ .Values.certificate.issuerRef.name | quote }}
|
||||
kind: {{ .Values.certificate.issuerRef.kind | quote }}
|
||||
|
||||
cleanup:
|
||||
keepRessourceOnDelete: {{ .Values.debug.cleanup.keepRessourceOnDelete }}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
certificate:
|
||||
issuerRef:
|
||||
name: "letsencrypt-prod"
|
||||
kind: "ClusterIssuer"
|
||||
wildcard: false
|
||||
selfSigned: false
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user