From 9e703a8ac44ce7af29153c5cc1d0ddf5c657e194 Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Thu, 10 Oct 2024 11:24:26 +0100 Subject: [PATCH] Fix spacing in DestinationRule template --- controllers/templates/service/destination-rule.tmpl.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controllers/templates/service/destination-rule.tmpl.yaml b/controllers/templates/service/destination-rule.tmpl.yaml index a4bdde14..f62e548e 100644 --- a/controllers/templates/service/destination-rule.tmpl.yaml +++ b/controllers/templates/service/destination-rule.tmpl.yaml @@ -7,7 +7,7 @@ spec: host: {{ .Name }}.{{ .Namespace }}.svc.cluster.local trafficPolicy: portLevelSettings: - - port: + - port: number: 443 - tls: - mode: SIMPLE + tls: + mode: SIMPLE