Skip to content

Commit c30018c

Browse files
author
Tim Middleton
authored
Fix minor typo in federation example (#685)
1 parent 8fd6779 commit c30018c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/100_federation/src/main/yaml/secondary-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- "-Dprimary.cluster=primary-cluster"
1919
- "-Dprimary.cluster.port=40000"
2020
- "-Dprimary.cluster.host=primary-cluster-federation"
21-
- "-Dprimary.cluster=secondary-cluster"
21+
- "-Dsecondary.cluster=secondary-cluster"
2222
- "-Dsecondary.cluster.port=40000"
2323
- "-Dsecondary.cluster.host=secondary-cluster-federation"
2424
secretVolumes:

0 commit comments

Comments
 (0)