Skip to content

Commit 62f7e62

Browse files
committed
Update windows-11-tcproute.yaml to change APP_PORT value to a string format for consistency in configuration.
1 parent 4e5c0fb commit 62f7e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clusters/common/apps/common/apps/vm/windows-11-tcproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
postBuild:
1919
substitute:
2020
"APP": windows-11
21-
"APP_PORT": 3389
21+
"APP_PORT": "3389"
2222
wait: false
2323
interval: 30m
2424
retryInterval: 1m

0 commit comments

Comments
 (0)