mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +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:
|
issuerRef:
|
||||||
name: {{ .Values.certificate.issuerRef.name | quote }}
|
name: {{ .Values.certificate.issuerRef.name | quote }}
|
||||||
|
kind: {{ .Values.certificate.issuerRef.kind | quote }}
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
keepRessourceOnDelete: {{ .Values.debug.cleanup.keepRessourceOnDelete }}
|
keepRessourceOnDelete: {{ .Values.debug.cleanup.keepRessourceOnDelete }}
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
certificate:
|
certificate:
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: "letsencrypt-prod"
|
name: "letsencrypt-prod"
|
||||||
|
kind: "ClusterIssuer"
|
||||||
wildcard: false
|
wildcard: false
|
||||||
selfSigned: false
|
selfSigned: false
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user