fix(opendesk-services): Add notes to certificate resource

This commit is contained in:
Dominik Kaminski
2025-03-11 17:59:03 +01:00
parent f92b76b2b2
commit d18abb0d0a

View File

@@ -49,6 +49,10 @@ global:
{{- if .Values.apps.xwiki.enabled }}
xwiki: {{ .Values.global.hosts.xwiki }}
{{- end }}
{{- if .Values.apps.notes.enabled }}
notes: {{ .Values.global.hosts.notes }}
{{- end }}
issuerRef:
name: {{ .Values.certificate.issuerRef.name | quote }}