Skip to content

Commit 907b90b

Browse files
authored
chore: fix unchanged files with check annotations (#6623)
Signed-off-by: zirain <[email protected]>
1 parent 288e713 commit 907b90b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

internal/gatewayapi/testdata/backend-tls-settings.in.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,9 @@ backends:
251251
name: backend-1
252252
namespace: default
253253
spec:
254-
tls: # the generated ir tls settings should contain the tls settings from Backend, BackendTLSPolicy and EnvoyProxy
255-
# the BackendTLSPolicy should override the one from Backend
254+
# the BackendTLSPolicy should override the one from Backend
255+
# the generated ir tls settings should contain the tls settings from Backend, BackendTLSPolicy and EnvoyProxy
256+
tls:
256257
caCertificateRefs:
257258
- name: ca-cmap
258259
group: ""

0 commit comments

Comments
 (0)