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