Skip to content

Commit 9e703a8

Browse files
committed
Fix spacing in DestinationRule template
1 parent a321c2a commit 9e703a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

controllers/templates/service/destination-rule.tmpl.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
host: {{ .Name }}.{{ .Namespace }}.svc.cluster.local
88
trafficPolicy:
99
portLevelSettings:
10-
- port:
10+
- port:
1111
number: 443
12-
tls:
13-
mode: SIMPLE
12+
tls:
13+
mode: SIMPLE

0 commit comments

Comments
 (0)