Skip to content

Commit 2477261

Browse files
committed
Fix type in termination
1 parent 9888e50 commit 2477261

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/modules/ROOT/examples/bgd-base/bgd-route.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ spec:
1212
name: bgd
1313
weight: 100
1414
tls:
15-
termination: Edge
15+
termination: edge
1616
insecureEdgeTerminationPolicy: Redirect

content/modules/ROOT/examples/bgd-helm-chart/templates/route.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ spec:
1212
name: {{ .Release.Name }}
1313
weight: 100
1414
tls:
15-
termination: Edge
15+
termination: edge
1616
insecureEdgeTerminationPolicy: Redirect

content/modules/ROOT/examples/bgd/bgd-route.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ spec:
1212
name: bgd
1313
weight: 100
1414
tls:
15-
termination: Edge
15+
termination: edge
1616
insecureEdgeTerminationPolicy: Redirect
1717

content/modules/ROOT/examples/todo/todo-route.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ spec:
1414
name: todo-gitops
1515
weight: 100
1616
tls:
17-
termination: Edge
17+
termination: edge
1818
insecureEdgeTerminationPolicy: Redirect

0 commit comments

Comments
 (0)