*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 30b9b647 authored by Weber, Thomas's avatar Weber, Thomas
Browse files

add configurationSnippet for ingress

parent 7678be23
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
...@@ -20,5 +20,12 @@ spec: ...@@ -20,5 +20,12 @@ spec:
set: set:
hostname: "{{ item.value.rancher_ui_dns }}" hostname: "{{ item.value.rancher_ui_dns }}"
letsEncrypt.email: "{{ item.value.letsEncrypt_admin_mail }}" letsEncrypt.email: "{{ item.value.letsEncrypt_admin_mail }}"
ingress.tls.source: "letsEncrypt" auditLog.level: 1
auditLog.level: 1 valuesContent: |-
\ No newline at end of file ingress:
tls:
source: {{ item.value.ingress.tls.source | default("letsEncrypt") }}
{% if item.value.ingress.configurationSnippet is defined %}
configurationSnippet: |
{{ item.value.ingress.configurationSnippet }}
{% endif %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment