mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 16:28:36 +01:00
fix(opendesk-services): Add notes to certificate resource
This commit is contained in:
@@ -49,6 +49,10 @@ global:
|
|||||||
{{- if .Values.apps.xwiki.enabled }}
|
{{- if .Values.apps.xwiki.enabled }}
|
||||||
xwiki: {{ .Values.global.hosts.xwiki }}
|
xwiki: {{ .Values.global.hosts.xwiki }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .Values.apps.notes.enabled }}
|
||||||
|
notes: {{ .Values.global.hosts.notes }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: {{ .Values.certificate.issuerRef.name | quote }}
|
name: {{ .Values.certificate.issuerRef.name | quote }}
|
||||||
|
|||||||
Reference in New Issue
Block a user