diff --git a/deployment/helmchart/values-local.yaml.example b/deployment/helmchart/values-local.yaml.example
index 6be3f173bef9a05d407fbcc7628ecf93dae20d75..a62bbda683006900800424cb62bcc6fc7d34b0c8 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