From 636bc70984056b9143d7bdbdc991c1f81bea2b10 Mon Sep 17 00:00:00 2001 From: Maarten de Waard Date: Wed, 13 Oct 2021 14:29:41 +0200 Subject: [PATCH] include correct tls example settings --- deployment/helmchart/values-local.yaml.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deployment/helmchart/values-local.yaml.example b/deployment/helmchart/values-local.yaml.example index 6be3f17..a62bbda 100644 --- a/deployment/helmchart/values-local.yaml.example +++ b/deployment/helmchart/values-local.yaml.example @@ -8,5 +8,10 @@ backend: ingress: enabled: true - certManager: true hostname: dashboard.oas.example.com + # Get certificates with cert-manager + certManager: true + tls: + - hosts: + - dashboard.oas.example.com + secretName: oas-dashboard